Skip to content

Commit

Permalink
Add coverage version exception for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nycholas committed Oct 12, 2024
1 parent 7c689e0 commit 160a110
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ typeguard==4.3.0 # https://github.com/agronholm/typeguard

# Code quality
# ------------------------------------------------------------------------------
coverage==7.6.2 # https://github.com/nedbat/coveragepy
coverage==7.6.2;python_version>"3.8" # https://github.com/nedbat/coveragepy
coverage==7.6.1;python_version=="3.8"


# Tools
# ------------------------------------------------------------------------------
requests==2.32.3 # https://github.com/psf/requests
requests==2.32.3 # https://github.com/psf/requests;

0 comments on commit 160a110

Please sign in to comment.