Skip to content

Commit

Permalink
tests: pin pytest version to <8 for now, having some test collection …
Browse files Browse the repository at this point in the history
  • Loading branch information
karlicoss committed Mar 13, 2024
1 parent 477b7e8 commit 751ed02
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 @@ -47,7 +47,7 @@ def main() -> None:
install_requires=INSTALL_REQUIRES,
extras_require={
'testing': [
'pytest',
'pytest<8', # FIXME <8 is temporary workaround till we fix collection with pytest 8; see https://docs.pytest.org/en/stable/changelog.html#collection-changes
'ruff',
'mypy',
'lxml', # for mypy coverage
Expand Down

0 comments on commit 751ed02

Please sign in to comment.