Skip to content

Commit

Permalink
Adjusted requirement for older Python versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Aug 13, 2023
1 parent 06fe732 commit dedd634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
-r ../requirements.txt

# Coverage collection
Coverage >= 7.3
Coverage >= 7.2; python_version <= "3.7"
Coverage >= 7.3; python_version >= "3.8"

# Test Runner
pytest >= 7.4.0
Expand Down

0 comments on commit dedd634

Please sign in to comment.