Skip to content

Commit 0a8731b

Browse files
authored
pin pytest for 3.9
1 parent 9bf9bd2 commit 0a8731b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

samples/snippets/requirements-test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ backoff===1.11.1; python_version < "3.7"
22
backoff==2.2.1; python_version >= "3.7"
33
pytest===7.4.3; python_version == '3.7'
44
pytest===8.3.5; python_version == '3.8'
5-
pytest==9.0.2; python_version >= '3.9'
5+
pytest===8.4.2; python_version == '3.9'
6+
pytest==9.0.2; python_version >= '3.10'
67
flaky==3.8.1
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pytest===7.4.3; python_version == '3.7'
22
pytest===8.3.5; python_version == '3.8'
3-
pytest==9.0.2; python_version >= '3.9'
3+
pytest===8.4.2; python_version == '3.9'
4+
pytest==9.0.2; python_version >= '3.10'

0 commit comments

Comments
 (0)