summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2021-07-28 10:35:10 +0100
committerGitHub <noreply@github.com>2021-07-28 10:35:10 +0100
commit664beeabf7d65cc543aaa53d6bfc6522e1138ade (patch)
tree79802f475e563fe97804285353c61af25174bde9 /tools
parenta53f8888bfc335677237bd971437c556670ed726 (diff)
parent236c0ccb8ad72e75ab8fbaa2123a4fb74192397b (diff)
downloadpip-664beeabf7d65cc543aaa53d6bfc6522e1138ade.tar.gz
Merge pull request #10197 from pradyunsg/breakout-tools-requirements-folder
Get rid of tools/requirements/ directory, by moving those files into better locations
Diffstat (limited to 'tools')
-rw-r--r--tools/requirements/docs.txt11
-rw-r--r--tools/requirements/tests-common_wheels.txt11
-rw-r--r--tools/requirements/tests.txt13
3 files changed, 0 insertions, 35 deletions
diff --git a/tools/requirements/docs.txt b/tools/requirements/docs.txt
deleted file mode 100644
index 1ab19c9b9..000000000
--- a/tools/requirements/docs.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-sphinx == 3.2.1
-towncrier
-furo
-myst_parser
-sphinx-copybutton
-sphinx-inline-tabs
-sphinxcontrib-towncrier >= 0.2.0a0
-
-# `docs.pipext` uses pip's internals to generate documentation. So, we install
-# the current directory to make it work.
-.
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