Skip to content

Commit c1ec741

Browse files
Remove pin to ancient version of tox
This pin is now standing in the way of having CI install a recent version of `pytest`, and erecnt version of `pytest-cov` are broken with the old version of `pytest`. Co-authored-by: Patrick M. Niedzielski <[email protected]> Signed-off-by: Patrick M. Niedzielski <[email protected]>
1 parent c6dfd4e commit c1ec741

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-r requirements-lint-docs.txt
22
-r requirements-test.txt
33
-r requirements-test-coverage.txt
4-
tox==3.7.0
4+
tox
5+
setuptools

0 commit comments

Comments
 (0)