Skip to content

Commit d0ad9da

Browse files
authored
Merge pull request reframe-hpc#3103 from reframe-hpc/dependabot/pip/pytest-8.0.0
Bump pytest from 7.0.1 to 8.0.0
2 parents e917171 + ef45497 commit d0ad9da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ argcomplete==3.2.2; python_version >= '3.8'
44
importlib_metadata==4.0.1; python_version < '3.8'
55
jsonschema==3.2.0
66
lxml==5.1.0
7-
pytest==7.0.1
7+
pytest==7.0.1; python_version < '3.8'
8+
pytest==8.0.0; python_version >= '3.8'
89
pytest-forked==1.4.0; python_version == '3.6'
910
pytest-forked==1.6.0; python_version >= '3.7'
1011
pytest-parallel==0.1.1

0 commit comments

Comments
 (0)