Skip to content

Commit a10e72b

Browse files
authored
chore: pin pytest for Python 3.7 (#2423)
1 parent 3723ed2 commit a10e72b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/compute/requirements-test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
pytest==7.4.4
1+
pytest==7.4.4; python_version == '3.7'
2+
pytest==8.0.0; python_version >= '3.8'
23
flaky==3.7.0

0 commit comments

Comments
 (0)