Skip to content

Commit 9a9554d

Browse files
Bump zope.pytestlayer (Fixes #35) (#36)
Co-authored-by: Maurits van Rees <maurits@vanrees.org>
1 parent d0fef90 commit 9a9554d

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

mx.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
main-package = -e .[test]
99
version-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]

news/+pytest.internal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade pytest to version 8.4.0. @ericof

news/35.internal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade zope.pytest to version 8.3. @ericof

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
]
3334
dependencies = [
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",

0 commit comments

Comments
 (0)