Skip to content

Commit

Permalink
Restrict to pytest 7 to get it working for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed May 8, 2024
1 parent 2e634b1 commit e2e48ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Change log for zope.pytestlayer
8.2 (unreleased)
================

- Make tests compatible with pytest >= 7.3.
- Make tests compatible with pytest >= 7.3. (Caution: We do not yet support
pytest >= 8)

- Add support for Python 3.12.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

python_requires='>=3.7',
install_requires=[
'pytest >= 6.0',
'pytest >= 6, < 8',
'setuptools',
'zope.dottedname',
],
Expand Down

0 comments on commit e2e48ce

Please sign in to comment.