Skip to content

Commit

Permalink
document excluded pytest 8.1.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Mar 17, 2024
1 parent 7fb9191 commit 24507fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
python_requires='>=3.8',
extras_require={
'dev': ['tox>=3', 'flake8', 'pep8-naming', 'wheel', 'twine'],
'test': ['pytest>=7,<8.1',
'test': ['pytest>=7,<8.1', # https://github.com/pytest-dev/pytest/issues/12123
'pytest-mock>=3',
'pytest-cov', 'coverage'],
'docs': ['sphinx>=5,<7', 'sphinx-autodoc-typehints', 'sphinx-rtd-theme'],
Expand Down

0 comments on commit 24507fc

Please sign in to comment.