Skip to content

Commit 339ad34

Browse files
committed
Use pytest==6.2.4 on Python 3.10+
1 parent f271c9c commit 339ad34

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dev-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ tornado==6.0.3;python_version>="3.5"
55
PySocks==1.7.1
66
# https://github.com/Anorov/PySocks/issues/131
77
win-inet-pton==1.1.0
8-
pytest==4.6.9
8+
pytest==4.6.9; python_version<"3.10"
9+
pytest==6.2.4; python_version>="3.10"
910
pytest-timeout==1.3.4
1011
pytest-freezegun==0.4.2
1112
flaky==3.6.1

0 commit comments

Comments
 (0)