summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2021-08-21 06:56:09 -0600
committerJon Dufresne <jon.dufresne@gmail.com>2021-08-21 06:58:49 -0600
commit51f07aac5abb4334a8ae03fc16e8505ce66323d1 (patch)
tree101a0c37ce10829909a32ea66350c49483cd2a05 /pyproject.toml
parent387844e8f3794bcecb908d444b50b0a19ee43a4f (diff)
downloadpip-51f07aac5abb4334a8ae03fc16e8505ce66323d1.tar.gz
Remove tenacity/tests from vendoring configuration
Since upstream release 8.0.0 and change: https://github.com/jd/tenacity/commit/d442271252b90d15a56f3fd1c622e3902fc4d3cd the tenacity package does not include tests.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f54c016ac..fbebfd081 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -44,8 +44,6 @@ drop = [
"setuptools",
"pkg_resources/_vendor/",
"pkg_resources/extern/",
- # unneeded part for tenacity
- "tenacity/tests",
]
[tool.vendoring.typing-stubs]