diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-25 07:50:17 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-25 08:32:58 -0400 |
| commit | 4da807c9a83aacaacefb67a1f9e12d312e6d1247 (patch) | |
| tree | 3c6c0c907eadbc670c76ee94d38f38566c6768d6 /requirements | |
| parent | 52485aeb191df32ca5b8c255b4482de165174272 (diff) | |
| download | python-coveragepy-git-4da807c9a83aacaacefb67a1f9e12d312e6d1247.tar.gz | |
build: avoid direct setup.py invocations
Also simplified the .pip files a bit.
Diffstat (limited to 'requirements')
| -rw-r--r-- | requirements/ci.in | 3 | ||||
| -rw-r--r-- | requirements/wheel.in | 11 | ||||
| -rw-r--r-- | requirements/wheel.pip | 15 |
3 files changed, 3 insertions, 26 deletions
diff --git a/requirements/ci.in b/requirements/ci.in index 151b1ec9..ce66aacc 100644 --- a/requirements/ci.in +++ b/requirements/ci.in @@ -6,6 +6,9 @@ # Things CI servers need for running tests. # "make upgrade" turns this into requirements/ci.pip. +auditwheel +build +cibuildwheel setuptools tox tox-gh-actions diff --git a/requirements/wheel.in b/requirements/wheel.in deleted file mode 100644 index 1d82a2bf..00000000 --- a/requirements/wheel.in +++ /dev/null @@ -1,11 +0,0 @@ -# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 -# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt - --c pins.pip - -# Things needed to make wheels for coverage.py -# "make upgrade" turns this into requirements/wheel.pip. - -auditwheel -setuptools -wheel diff --git a/requirements/wheel.pip b/requirements/wheel.pip deleted file mode 100644 index dd4a6dc0..00000000 --- a/requirements/wheel.pip +++ /dev/null @@ -1,15 +0,0 @@ -# -# This file is autogenerated by pip-compile with python 3.8 -# To update, run: -# -# make upgrade -# -auditwheel==5.0.0 - # via -r requirements/wheel.in -pyelftools==0.27 - # via auditwheel -wheel==0.37.0 - # via -r requirements/wheel.in - -# The following packages are considered to be unsafe in a requirements file: -# setuptools |
