summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-01-17 07:27:39 -0500
committerNed Batchelder <ned@nedbatchelder.com>2023-01-17 07:27:52 -0500
commit0fbb52f63965ce7150c4952b82e935a1b3bffad7 (patch)
tree14a46e047dc0e277e1ec9d89ef6e355259f9bd8f
parent6c1437e7d4cc1656faa9a9b12ea7d15c16a4d872 (diff)
downloadpython-coveragepy-git-0fbb52f63965ce7150c4952b82e935a1b3bffad7.tar.gz
build: unpin dnspython with a var to fix eventlet
-rw-r--r--requirements/pins.pip4
-rw-r--r--tox.ini3
2 files changed, 3 insertions, 4 deletions
diff --git a/requirements/pins.pip b/requirements/pins.pip
index 4f9c00c5..4ecea426 100644
--- a/requirements/pins.pip
+++ b/requirements/pins.pip
@@ -6,7 +6,3 @@
# docutils has been going through some turmoil. Different packages require it,
# but have different pins. This seems to satisfy them all:
#docutils>=0.17,<0.18
-
-# https://github.com/rthalley/dnspython/issues/885
-# https://github.com/eventlet/eventlet/issues/781
-dnspython<2.3.0
diff --git a/tox.ini b/tox.ini
index 3592ec13..debe6001 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,6 +29,9 @@ setenv =
# For some tests, we need .pyc files written in the current directory,
# so override any local setting.
PYTHONPYCACHEPREFIX=
+ # https://github.com/rthalley/dnspython/issues/885
+ # https://github.com/eventlet/eventlet/issues/781
+ EVENTLET_NO_GREENDNS=yes
commands =
# Create tests/zipmods.zip