Skip to content

Commit

Permalink
[BugFix] Remove strict coverage requirement from setup.py (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
gchhablani authored Jun 14, 2024
1 parent 6e59165 commit 05a71aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def run_tests(self):
exec(version_file.read(), package_config)

tests_require = [
"coverage==4.5.4",
"coverage",
"coveralls==1.3.0",
"flake8==3.0.4",
"pytest==3.5.1",
Expand Down

0 comments on commit 05a71aa

Please sign in to comment.