summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-12-07 19:15:08 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-12-07 19:23:40 -0500
commit84749fdf2ba5f0434576ddd9b478c02308230d3c (patch)
tree4619d0cb90238ff0051638f47893cbbaa0e4540a
parent3cd0bc624437710b7bc95938c161c50cc6f8f9c3 (diff)
downloadpython-coveragepy-git-84749fdf2ba5f0434576ddd9b478c02308230d3c.tar.gz
build: use tox.pip to ensure all tox pins are the same
-rw-r--r--requirements/dev.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/dev.in b/requirements/dev.in
index 44c2c39f..c9bf8bca 100644
--- a/requirements/dev.in
+++ b/requirements/dev.in
@@ -8,7 +8,7 @@
-r pip.pip
# PyPI requirements for running tests.
-tox
+-r tox.pip
-r pytest.pip
# for linting.