Skip to content

Commit

Permalink
Use pytest==6.2.4 on Python 3.10+
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed May 21, 2021
1 parent f271c9c commit 339ad34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ tornado==6.0.3;python_version>="3.5"
PySocks==1.7.1
# https://github.com/Anorov/PySocks/issues/131
win-inet-pton==1.1.0
pytest==4.6.9
pytest==4.6.9; python_version<"3.10"
pytest==6.2.4; python_version>="3.10"
pytest-timeout==1.3.4
pytest-freezegun==0.4.2
flaky==3.6.1
Expand Down

0 comments on commit 339ad34

Please sign in to comment.