Skip to content

Commit c27ce70

Browse files
authored
PYTHON-3620 Ensure unittest-xml-reporting is Installed in Evergreen Tasks (mongodb#1165)
1 parent 67023b3 commit c27ce70

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.evergreen/run-atlas-tests.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,4 @@ fi
1717
createvirtualenv $PYTHON_BINARY atlastest
1818
trap "deactivate; rm -rf atlastest" EXIT HUP
1919

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"
2520
MUST_TEST_SRV="1" python test/atlas/test_connection.py

.evergreen/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ createvirtualenv () {
3030
fi
3131

3232
python -m pip install --upgrade pip
33-
python -m pip install --upgrade setuptools wheel
33+
python -m pip install --upgrade setuptools wheel unittest-xml-reporting
3434
}
3535

3636
# Usage:

0 commit comments

Comments
 (0)