Skip to content

Commit c97c0cf

Browse files
Update pytest-cov requirement from <6.0,>=2.12 to >=2.12,<7.0 (#135)
1 parent 4746a50 commit c97c0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ urlsketch = "sourmash_plugin_directsketch:Download_and_Sketch_Url"
2525
[project.optional-dependencies]
2626
test = [
2727
"pytest>=6.2.4,<8.4.0",
28-
"pytest-cov>=2.12,<6.0",
28+
"pytest-cov>=2.12,<7.0",
2929
"pytest-xdist",
3030
]
3131

0 commit comments

Comments
 (0)