Skip to content

Commit

Permalink
Merge pull request #2805 from reframe-hpc/dependabot/pip/pytest-forke…
Browse files Browse the repository at this point in the history
…d-1.6.0

Bump pytest-forked from 1.4.0 to 1.6.0
  • Loading branch information
vkarak committed Mar 2, 2023
2 parents be65be7 + 781c64b commit e930b72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ importlib_metadata==4.0.1; python_version < '3.8'
jsonschema==3.2.0
lxml==4.9.2
pytest==7.0.1
pytest-forked==1.4.0
pytest-forked==1.4.0; python_version == '3.6'
pytest-forked==1.6.0; python_version >= '3.7'
pytest-parallel==0.1.1
pytest-rerunfailures==10.3; python_version == '3.6'
pytest-rerunfailures==11.1.1; python_version >= '3.7'
Expand Down

0 comments on commit e930b72

Please sign in to comment.