Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pinning/current/pyproject.toml')
-rw-r--r--tools/pinning/current/pyproject.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/pinning/current/pyproject.toml b/tools/pinning/current/pyproject.toml
index 811301ae4..c09f89806 100644
--- a/tools/pinning/current/pyproject.toml
+++ b/tools/pinning/current/pyproject.toml
@@ -69,6 +69,11 @@ poetry = ">=1.2.0a1"
# point, it's probably worth enumerating and pinning them (and recursing to
# THEIR build dependencies) as well.
setuptools-rust = "*"
+# A bad python_requires constraint in pylint 2.6.2 can sometimes crash poetry
+# before it has finished resolving. No newer releases have the same issue. Remove
+# this once we can upgrade to a release of Poetry containing this commit:
+# https://github.com/python-poetry/poetry-core/commit/4e1f2ab582d1fef0033c0d3f35a3f2f2365a4bc9
+pylint = ">2.6.2"
[tool.poetry.dev-dependencies]