Skip to content

Commit 690eaa4

Browse files
committed
Lock pytest version to 8.1 as workaround for tornado test issue
1 parent 8f8220d commit 690eaa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# pip install -r requirements/testing_without_asyncio.txt
2-
pytest>=6.2.5,<9
2+
pytest>=6.2.5,<8.2 # https://github.com/tornadoweb/tornado/issues/3375
33
pytest-cov>=3,<6
44
black==22.8.0 # Until we drop Python 3.6 support, we have to stay with this version

0 commit comments

Comments
 (0)