diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-03-01 18:17:55 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-03-01 18:17:55 -0500 |
| commit | fd65d6fb804e5243d7eb17381c33351d0dfeab76 (patch) | |
| tree | 71a78e8a7b5b06cf1173517421e215980db75c9e /requirements/dev.pip | |
| parent | 31d4b0029181879ae3a8869caf38e32c7b8aace7 (diff) | |
| download | python-coveragepy-git-fd65d6fb804e5243d7eb17381c33351d0dfeab76.tar.gz | |
build: clean up pip files
auditwheel only installs on Python 3. So only install it where we need
it, and clean up other .pip files along the way.
Diffstat (limited to 'requirements/dev.pip')
| -rw-r--r-- | requirements/dev.pip | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements/dev.pip b/requirements/dev.pip index 791a2fae..13a80b9f 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -4,12 +4,13 @@ # Requirements for doing local development work on coverage.py. # https://requires.io/github/nedbat/coveragepy/requirements/ +-c pins.pip -r pip.pip pluggy==0.13.1 # PyPI requirements for running tests. --r tox.pip +tox -r pytest.pip # for linting. |
