@@ -19,32 +19,11 @@ deps =
1919 setuptools >= 78.1.1,< 81
2020 zc.buildout
2121 wheel
22- cffi >= 1.17.0rc1
23- # The universal2 environment is for Python on macOS built with
24- # universal2 mode instead of architecture-specific. These dependencies
25- # must be installed separately, zc.buildout is incompatible with the
26- # universal2 mode and cannot install them itself.
27- universal2: -c {toxinidir}/constraints.txt
28- universal2: zope.interface
29- universal2: zope.security
30- universal2: zope.container
31- universal2: Persistence
32- universal2: Acquisition
33- universal2: AccessControl
34- universal2: zodbpickle
35- universal2: charset_normalizer
36- universal2: MarkupSafe
37- universal2: zope.testrunner
3822setenv =
3923commands_pre =
4024 {envbindir}/buildout -c {toxinidir}/buildout.cfg buildout:directory ={envdir} buildout:develop ={toxinidir} buildout:root-directory ={toxinidir}
4125commands =
42- # The universal2 environment only runs Zope's own tests
43- universal2: {envdir}/bin/test {posargs:-vc}
44- # All other environments run the expanded alltests script
45- # the `layer` argument below suppresses a `ZCatalog` performance test
46- # which occasionally fails on GITHUB
47- !universal2: {envdir}/bin/alltests --layer ' !Products.PluginIndexes' {posargs:-vc}
26+ {envdir}/bin/alltests --layer ' !Products.PluginIndexes' {posargs:-vc}
4827allowlist_externals = *
4928
5029[testenv:setuptools-latest]
@@ -53,22 +32,6 @@ deps =
5332 git+https://github.com/pypa/setuptools.git\# egg=setuptools
5433 zc.buildout
5534 wheel
56- cffi >= 1.17.0rc1
57- # The universal2 environment is for Python on macOS built with
58- # universal2 mode instead of architecture-specific. These dependencies
59- # must be installed separately, zc.buildout is incompatible with the
60- # universal2 mode and cannot install them itself.
61- universal2: -c {toxinidir}/constraints.txt
62- universal2: zope.interface
63- universal2: zope.security
64- universal2: zope.container
65- universal2: Persistence
66- universal2: Acquisition
67- universal2: AccessControl
68- universal2: zodbpickle
69- universal2: charset_normalizer
70- universal2: MarkupSafe
71- universal2: zope.testrunner
7235
7336
7437[testenv:release-check]
0 commit comments