summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-08-15 07:25:41 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-08-15 10:09:40 -0400
commit4eee7dc0962e27ed4598e226a065eb2f825532a6 (patch)
treedd651d18a4a6bd3a3f9ec4580364250419ba811f /tox.ini
parenta7498674688b7d954fb8789f599e07117b4d49ce (diff)
downloadpython-coveragepy-git-4eee7dc0962e27ed4598e226a065eb2f825532a6.tar.gz
build: don't install multiple .pip files
If .pip files are pip-compile'd separately, they can have different pinned versions. Then when installed together, pip can't resolve the difference. Instead, pip-compile multiple .in files to produce one .pip file that is installed.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 983f3f92..d016bc7d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -70,8 +70,7 @@ commands =
[testenv:lint]
deps =
- -r requirements/dev.pip
- -r doc/requirements.pip
+ -r requirements/lint.pip
setenv =
LINTABLE = coverage tests doc ci igor.py setup.py __main__.py