summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorcjc7373 <niuchangcun@gmail.com>2021-02-10 21:48:53 +0800
committercjc7373 <niuchangcun@gmail.com>2021-02-21 09:04:27 +0800
commit64ecfc8476fc74e524e2be110ae86b13a9ee9a17 (patch)
tree804373b1666fd928dc258db20fc890e1467bdd05 /pyproject.toml
parent8a949a1c52ae47584242e5bb0155d1d1018275ae (diff)
downloadpip-64ecfc8476fc74e524e2be110ae86b13a9ee9a17.tar.gz
switch from 'retrying' to 'tenacity'
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 281594b21..073362ceb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -44,6 +44,8 @@ drop = [
"setuptools",
"pkg_resources/_vendor/",
"pkg_resources/extern/",
+ # unneeded part for tenacity
+ "tenacity/tests",
]
[tool.vendoring.typing-stubs]