tests: pin pytest version to <8 for now, having some test collection errors

https://docs.pytest.org/en/stable/changelog.html#collection-changes
This commit is contained in:
Dima Gerasimov 2024-03-12 22:16:35 +00:00 committed by karlicoss
parent 477b7e8fd3
commit 751ed02f43

View file

@ -47,7 +47,7 @@ def main() -> None:
install_requires=INSTALL_REQUIRES, install_requires=INSTALL_REQUIRES,
extras_require={ extras_require={
'testing': [ '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', 'ruff',
'mypy', 'mypy',
'lxml', # for mypy coverage 'lxml', # for mypy coverage