diff --git a/.meta.toml b/.meta.toml index bd7df05..9d8bec3 100644 --- a/.meta.toml +++ b/.meta.toml @@ -13,6 +13,7 @@ jobs = [ ] [tox] +skip_test_extra = true use_test_matrix = false envlist_lines = """ py{310,311,312,313,314}-{integration,unit} @@ -65,8 +66,6 @@ deps = {[base-test]deps} # Also, we need everything on one line. commands = zope-testrunner --test-path=test-packages/example.addon/src --test-path=test-packages/example.different/src --test-path=test-packages/example.different2/src --test-path=test-packages/example.metaoverrides/src --test-path=test-packages/example.ploneaddon/src --test-path=test-packages/example.ploneintegration/src --test-path=test-packages/example.zopeaddon/src --test-path=test-packages/example.zopeintegration/src --test-path=test-packages/example.multipleeps/src --test-path=test-packages/namespaceexample.native/src --test-path=test-packages/namespaceexample2.pkgresources/src --test-path=test-packages/namespaceexample.pkgutilns/src [] -extras = - test [testenv:py{310,311,312,313,314}-unit] usedevelop = false @@ -74,8 +73,6 @@ skip_install = true deps = {[base-test]deps} commands = zope-testrunner --test-path=src -extras = - test [testenv:owncoverage] # Our setup is too different to use the standard coverage env from plone.meta. @@ -84,8 +81,6 @@ skip_install = true deps = {[base-test]deps} coverage -extras = - test commands = coverage run --branch --source plone.autoinclude {envbindir}/zope-testrunner --test-path={toxinidir}/src -s plone.autoinclude {posargs} coverage report -m --format markdown diff --git a/tox.ini b/tox.ini index d718544..d70c380 100644 --- a/tox.ini +++ b/tox.ini @@ -57,8 +57,6 @@ deps = {[base-test]deps} # Also, we need everything on one line. commands = zope-testrunner --test-path=test-packages/example.addon/src --test-path=test-packages/example.different/src --test-path=test-packages/example.different2/src --test-path=test-packages/example.metaoverrides/src --test-path=test-packages/example.ploneaddon/src --test-path=test-packages/example.ploneintegration/src --test-path=test-packages/example.zopeaddon/src --test-path=test-packages/example.zopeintegration/src --test-path=test-packages/example.multipleeps/src --test-path=test-packages/namespaceexample.native/src --test-path=test-packages/namespaceexample2.pkgresources/src --test-path=test-packages/namespaceexample.pkgutilns/src [] -extras = - test [testenv:py{310,311,312,313,314}-unit] usedevelop = false @@ -66,8 +64,6 @@ skip_install = true deps = {[base-test]deps} commands = zope-testrunner --test-path=src -extras = - test [testenv:owncoverage] # Our setup is too different to use the standard coverage env from plone.meta. @@ -76,8 +72,6 @@ skip_install = true deps = {[base-test]deps} coverage -extras = - test commands = coverage run --branch --source plone.autoinclude {envbindir}/zope-testrunner --test-path={toxinidir}/src -s plone.autoinclude {posargs} coverage report -m --format markdown @@ -224,12 +218,12 @@ deps = # constraints_file = "https://my-server.com/constraints.txt" ## extras = - test ## # Add extra configuration options in .meta.toml: # [tox] +# skip_test_extra = true # test_extras = """ # tests # widgets