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 9ec58c6 commit 5b9dc7eCopy full SHA for 5b9dc7e
samples/snippets/requirements-test.txt
@@ -1,5 +1,6 @@
1
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==9.0.2; python_version >= '3.8'
+pytest===8.3.5; python_version == '3.8'
5
+pytest==9.0.2; python_version >= '3.9'
6
flaky==3.8.1
samples/snippets/schedule-export/requirements-test.txt
@@ -1,2 +1,3 @@
0 commit comments