Skip to content

Commit 488dee0

Browse files
Update pytest requirement from <7,>=6.2.5 to >=6.2.5,<9 (#1043)
1 parent c55e782 commit 488dee0

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,5 +1,5 @@
11
# pip install -r requirements/testing_without_asyncio.txt
2-
pytest>=6.2.5,<7
2+
pytest>=6.2.5,<9
33
pytest-cov>=3,<5
44
black==22.8.0 # Until we drop Python 3.6 support, we have to stay with this version
55
click<=8.0.4 # black is affected by https://github.com/pallets/click/issues/2225

0 commit comments

Comments
 (0)