Skip to content

Commit

Permalink
ci(dependencies): add temporary upper bound for coverage (#2371)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Nov 15, 2024
1 parent a8db074 commit 6ad3348
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
- coverage<=7.6.4
- 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",
"coverage <=7.6.4",
"flaky",
"filelock",
"jupyter",
Expand Down

0 comments on commit 6ad3348

Please sign in to comment.