Skip to content

Commit

Permalink
Pin pytest to 7.4.3
Browse files Browse the repository at this point in the history
Something changed in 7.4.4 causes errors in test collection
with multiple conftest.py.  Test run output:
https://github.com/nocarryr/tslumd/actions/runs/7388259172/job/20098822940

Possibly caused by pytest-dev/pytest#11747 / d06c05bd ?
  • Loading branch information
nocarryr committed Jan 2, 2024
1 parent ca9d8ce commit b8970b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
@@ -1,4 +1,4 @@
pytest
pytest==7.4.3
pytest-asyncio
pytest-cov
pytest-doctestplus
Expand Down

0 comments on commit b8970b1

Please sign in to comment.