From 84749fdf2ba5f0434576ddd9b478c02308230d3c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 7 Dec 2022 19:15:08 -0500 Subject: [PATCH] build: use tox.pip to ensure all tox pins are the same --- requirements/dev.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.in b/requirements/dev.in index 44c2c39f3..c9bf8bcad 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.