Skip to content

Commit

Permalink
coverage^6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ickc committed Jan 26, 2022
1 parent c3879f7 commit 8271048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
# run_constrained:
- coloredlogs >=14,<16
# tests:
- coverage
- coverage>=6.3,<7
- coveralls
- pytest
- pytest-parallel >=0.1.1,<0.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ panflute = ">=2.1.3"
coloredlogs = { optional = true, version = ">=14,<16" }

# tests
coverage = { optional = true, version = "*" }
coverage = { optional = true, version = "^6.3" }
coveralls = { optional = true, version = "*" }
pytest = { optional = true, version = "*" }
pytest-parallel = { optional = true, version = "^0.1.1" }
Expand Down

0 comments on commit 8271048

Please sign in to comment.