Skip to content

Commit 7e8f02a

Browse files
Bump pytest from 7.4.4 to 8.0.0 under Python 3.8+
PR #933 Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent 19d0511 commit 7e8f02a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/pytest.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.8"
2+
pytest==8.0.0; python_version >= "3.8"
23
pytest-cov==4.1.0

0 commit comments

Comments
 (0)