summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTaneli Hukkinen <3275109+hukkin@users.noreply.github.com>2021-07-02 00:21:00 +0300
committerTaneli Hukkinen <3275109+hukkin@users.noreply.github.com>2021-07-02 00:21:00 +0300
commitaf79d0d39370c6b3612dc671105d42f007f35f6f (patch)
tree45367045367dac8873063a6b415bb8c28fb6b53d /tools
parentb778db5372785000acc3f72401c82a09f1d75ab6 (diff)
downloadpip-af79d0d39370c6b3612dc671105d42f007f35f6f.tar.gz
Replace use of vendored `toml` in tests with PyPI `toml`
Diffstat (limited to 'tools')
-rw-r--r--tools/requirements/tests.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/requirements/tests.txt b/tools/requirements/tests.txt
index 7badf2a27..ee453e073 100644
--- a/tools/requirements/tests.txt
+++ b/tools/requirements/tests.txt
@@ -10,3 +10,4 @@ setuptools
virtualenv < 20.0
werkzeug
wheel
+toml