Skip to content

Commit db6f553

Browse files
committed
Revert "PYTHON-2362 Use dnspython<2.0 to avoid timeouts (mongodb#484)"
This reverts commit c549740.
1 parent 2818a32 commit db6f553

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.evergreen/run-tests.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,6 @@ if [ -n "$COVERAGE" -a $PYTHON_IMPL = "CPython" ]; then
201201
fi
202202
fi
203203

204-
if $PYTHON -c 'import dns'; then
205-
# Trying with/without --user to avoid:
206-
# ERROR: Can not perform a '--user' install. User site-packages are not visible in this virtualenv.
207-
$PYTHON -m pip install --upgrade --user 'dnspython<2.0.0' || $PYTHON -m pip install --upgrade 'dnspython<2.0.0'
208-
fi
209-
210204
$PYTHON setup.py clean
211205
if [ -z "$GREEN_FRAMEWORK" ]; then
212206
if [ -z "$C_EXTENSIONS" -a $PYTHON_IMPL = "CPython" ]; then

0 commit comments

Comments
 (0)