summaryrefslogtreecommitdiff
path: root/requirements
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-11-28 13:00:28 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-11-28 19:48:31 -0500
commit73b63060c3de39453f2af57db5eb9610c0f39625 (patch)
tree2e85dd0abc144ca1a630ae572b1b60e8d3a0d198 /requirements
parent52e361421322414c5a30dc490805195bfb402ea7 (diff)
downloadpython-coveragepy-git-73b63060c3de39453f2af57db5eb9610c0f39625.tar.gz
Keep version pins in .pip files
Diffstat (limited to 'requirements')
-rw-r--r--requirements/ci.pip3
-rw-r--r--requirements/pins.pip7
2 files changed, 8 insertions, 2 deletions
diff --git a/requirements/ci.pip b/requirements/ci.pip
index c4fdbab5..060d1de3 100644
--- a/requirements/ci.pip
+++ b/requirements/ci.pip
@@ -1,8 +1,7 @@
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
-# Things CI servers need to succeeed.
+# Things CI servers need for running tests.
-r tox.pip
-r pytest.pip
-r wheel.pip
-tox-gh-actions==2.2.0
diff --git a/requirements/pins.pip b/requirements/pins.pip
new file mode 100644
index 00000000..223e7cbd
--- /dev/null
+++ b/requirements/pins.pip
@@ -0,0 +1,7 @@
+# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
+
+# Version pins, for use as a constraints file.
+
+cibuildwheel==1.7.0
+tox-gh-actions==2.2.0