We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc94ca6 commit c549740Copy full SHA for c549740
.evergreen/run-tests.sh
@@ -201,6 +201,12 @@ if [ -n "$COVERAGE" -a $PYTHON_IMPL = "CPython" ]; then
201
fi
202
203
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
+
210
$PYTHON setup.py clean
211
if [ -z "$GREEN_FRAMEWORK" ]; then
212
if [ -z "$C_EXTENSIONS" -a $PYTHON_IMPL = "CPython" ]; then
0 commit comments