File tree Expand file tree Collapse file tree 5 files changed +6
-17
lines changed
src/collective/translators Expand file tree Collapse file tree 5 files changed +6
-17
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,5 @@ test_deps_additional = ""
2828py_versions = " [\" 3.12\" , \" 3.11\" , \" 3.10\" ]"
2929jobs = [
3030 " qa" ,
31- " test" ,
32- " coverage" ,
33- " dependencies" ,
3431 " release_ready" ,
3532 ]
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ include .editorconfig
1010include *.txt
1111include *.yml
1212include *.md
13+ include VERSION
1314exclude *-mxdev.txt
1415exclude Dockerfile
1516exclude mx.ini
Original file line number Diff line number Diff line change 1+ 1.0.0a0
Original file line number Diff line number Diff line change 11[metadata]
22name = collective.translators
3+ version = 1.0.0a0
34description = Pluggable external translation utilities for Plone
45long_description = file: README.md
56long_description_content_type = text/markdown
5253 plone.app.testing
5354 plone.restapi[test]
5455 plone.app.contenttypes[test]
55- pytest
56- pytest-cov
57- pytest-plone>=0.5.0
56+ # pytest
57+ # pytest-cov
58+ # pytest-plone>=0.5.0
5859libretranslate =
5960
6061[options.packages.find]
Original file line number Diff line number Diff line change 11from plone .app .contenttypes .testing import PLONE_APP_CONTENTTYPES_FIXTURE
2- from plone .app .robotframework .testing import REMOTE_LIBRARY_BUNDLE_FIXTURE
32from plone .app .testing import applyProfile
43from plone .app .testing import FunctionalTesting
54from plone .app .testing import IntegrationTesting
@@ -37,13 +36,3 @@ def setUpPloneSite(self, portal):
3736 bases = (FIXTURE , WSGI_SERVER_FIXTURE ),
3837 name = "Collective.TranslatorsLayer:FunctionalTesting" ,
3938)
40-
41-
42- ACCEPTANCE_TESTING = FunctionalTesting (
43- bases = (
44- FIXTURE ,
45- REMOTE_LIBRARY_BUNDLE_FIXTURE ,
46- WSGI_SERVER_FIXTURE ,
47- ),
48- name = "Collective.TranslatorsLayer:AcceptanceTesting" ,
49- )
You can’t perform that action at this time.
0 commit comments