We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf9bd2 commit 0a8731bCopy full SHA for 0a8731b
samples/snippets/requirements-test.txt
@@ -2,5 +2,6 @@ backoff===1.11.1; python_version < "3.7"
2
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==9.0.2; python_version >= '3.9'
+pytest===8.4.2; python_version == '3.9'
6
+pytest==9.0.2; python_version >= '3.10'
7
flaky==3.8.1
samples/snippets/schedule-export/requirements-test.txt
@@ -1,3 +1,4 @@
1
0 commit comments