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 67023b3 commit c27ce70Copy full SHA for c27ce70
.evergreen/run-atlas-tests.sh
@@ -17,9 +17,4 @@ fi
17
createvirtualenv $PYTHON_BINARY atlastest
18
trap "deactivate; rm -rf atlastest" EXIT HUP
19
20
-echo "Running tests without dnspython"
21
-python test/atlas/test_connection.py
22
-
23
-python -m pip install dnspython
24
-echo "Running tests with dnspython"
25
MUST_TEST_SRV="1" python test/atlas/test_connection.py
.evergreen/utils.sh
@@ -30,7 +30,7 @@ createvirtualenv () {
30
fi
31
32
python -m pip install --upgrade pip
33
- python -m pip install --upgrade setuptools wheel
+ python -m pip install --upgrade setuptools wheel unittest-xml-reporting
34
}
35
36
# Usage:
0 commit comments