Skip to content

Commit

Permalink
ci(dependencies): unpin coverage version, just avoid 7.6.5 (#2372)
Browse files Browse the repository at this point in the history
#2371 (comment)
  • Loading branch information
wpbonelli authored Nov 15, 2024
1 parent 6ad3348 commit a67461c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- ruff

# test
- coverage<=7.6.4
- coverage!=7.6.5
- flaky
- filelock
- jupyter
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ lint = [
]
test = [
"flopy[lint]",
"coverage <=7.6.4",
"coverage !=7.6.5",
"flaky",
"filelock",
"jupyter",
Expand Down

0 comments on commit a67461c

Please sign in to comment.