Skip to content

Commit 5b9dc7e

Browse files
authored
pin pytest for py3.8
1 parent 9ec58c6 commit 5b9dc7e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
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'
4-
pytest==9.0.2; python_version >= '3.8'
4+
pytest===8.3.5; python_version == '3.8'
5+
pytest==9.0.2; python_version >= '3.9'
56
flaky==3.8.1
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pytest===7.4.3; python_version == '3.7'
2-
pytest==9.0.2; python_version >= '3.8'
2+
pytest===8.3.5; python_version == '3.8'
3+
pytest==9.0.2; python_version >= '3.9'

0 commit comments

Comments
 (0)