Skip to content

Commit

Permalink
Loosen test dependencies again, temporarily.
Browse files Browse the repository at this point in the history
  • Loading branch information
calina-c committed Feb 6, 2023
1 parent 13ca83f commit f6bcb7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
setup_requirements = ["pytest-runner"]

test_requirements = [
"codacy-coverage==1.3.11",
"coverage==6.4.4",
"mccabe==0.7.0",
"codacy-coverage",
"coverage",
"mccabe",
"mkcodes==0.1.1",
"pytest==6.2.5",
"pytest-sugar==0.9.6",
Expand Down

0 comments on commit f6bcb7a

Please sign in to comment.