We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a8731b commit d671de0Copy full SHA for d671de0
1 file changed
samples/snippets/requirements-test.txt
@@ -3,5 +3,5 @@ backoff==2.2.1; python_version >= "3.7"
3
pytest===7.4.3; python_version == '3.7'
4
pytest===8.3.5; python_version == '3.8'
5
pytest===8.4.2; python_version == '3.9'
6
-pytest==9.0.2; python_version >= '3.10'
+pytest==8.4.2; python_version >= '3.10'
7
flaky==3.8.1
0 commit comments