summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2021-07-24 12:02:14 +0100
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2021-07-24 12:06:51 +0100
commit236c0ccb8ad72e75ab8fbaa2123a4fb74192397b (patch)
treed23929c803ebb36268b10d6bc0e066ea79bcdbf5 /tools
parent25af8e5f3626b84cabde63877c93b1704491dc81 (diff)
downloadpip-236c0ccb8ad72e75ab8fbaa2123a4fb74192397b.tar.gz
Move test requirements into tests/
This makes the file easier to locate, by placing it next to the stuff that it will affect.
Diffstat (limited to 'tools')
-rw-r--r--tools/requirements/tests-common_wheels.txt11
-rw-r--r--tools/requirements/tests.txt13
2 files changed, 0 insertions, 24 deletions
diff --git a/tools/requirements/tests-common_wheels.txt b/tools/requirements/tests-common_wheels.txt
deleted file mode 100644
index f0edf0b02..000000000
--- a/tools/requirements/tests-common_wheels.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-# Create local setuptools wheel files for testing by:
-# 1. Cloning setuptools and checking out the branch of interest
-# 2. Running `python3 bootstrap.py` in that directory
-# 3. Running `python3 -m pip wheel --no-cache -w /tmp/setuptools_build_meta_legacy/ .`
-# 4. Replacing the `setuptools` entry below with a `file:///...` URL
-# (Adjust artifact directory used based on preference and operating system)
-
-setuptools >= 40.8.0
-wheel
-# As required by pytest-cov.
-coverage >= 4.4
diff --git a/tools/requirements/tests.txt b/tools/requirements/tests.txt
deleted file mode 100644
index ee453e073..000000000
--- a/tools/requirements/tests.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-cryptography
-freezegun
-pretend
-pytest
-pytest-cov
-pytest-rerunfailures
-pytest-xdist
-scripttest
-setuptools
-virtualenv < 20.0
-werkzeug
-wheel
-toml