diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2022-08-15 07:25:41 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-08-15 10:09:40 -0400 |
| commit | 4eee7dc0962e27ed4598e226a065eb2f825532a6 (patch) | |
| tree | dd651d18a4a6bd3a3f9ec4580364250419ba811f /tox.ini | |
| parent | a7498674688b7d954fb8789f599e07117b4d49ce (diff) | |
| download | python-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.ini | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
