Skip to content

Commit

Permalink
Lock pytest version to 8.1 as workaround for tornado test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed May 3, 2024
1 parent 8f8220d commit 690eaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/testing_without_asyncio.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pip install -r requirements/testing_without_asyncio.txt
pytest>=6.2.5,<9
pytest>=6.2.5,<8.2 # https://github.com/tornadoweb/tornado/issues/3375
pytest-cov>=3,<6
black==22.8.0 # Until we drop Python 3.6 support, we have to stay with this version

0 comments on commit 690eaa4

Please sign in to comment.