File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88main-package = -e .[test]
99version-overrides =
1010 plone.autoinclude>=2.0.3
11- pytest-plone>=0.5.0
11+ pytest-plone>=1.0.0a1
12+ zope.pytestlayer>=8.3
13+ pytest>=8.4.0
1214
1315; example section to use packages from git
1416; [example.contenttype]
Original file line number Diff line number Diff line change 1+ Upgrade pytest to version 8.4.0. @ericof
Original file line number Diff line number Diff line change 1+ Upgrade zope.pytest to version 8.3. @ericof
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ classifiers = [
1919 " Framework :: Plone" ,
2020 " Framework :: Plone :: 6.0" ,
2121 " Framework :: Plone :: 6.1" ,
22+ " Framework :: Plone :: 6.2" ,
2223 " Framework :: Pytest" ,
2324 " Intended Audience :: Developers" ,
2425 " License :: OSI Approved :: GNU General Public License v2 (GPLv2)" ,
@@ -31,8 +32,8 @@ classifiers = [
3132 " Topic :: Software Development :: Testing" ,
3233]
3334dependencies = [
34- " pytest<8.0 .0" ,
35- " zope.pytestlayer" ,
35+ " pytest>=8.4 .0" ,
36+ " zope.pytestlayer>=8.3 " ,
3637 " plone.api" ,
3738 " plone.app.testing" ,
3839 " plone.base" ,
You can’t perform that action at this time.
0 commit comments