PYTHON-3620 Ensure unittest-xml-reporting is Installed in Evergreen Tasks (#1165)
This commit is contained in:
parent
67023b3835
commit
c27ce70d1c
@ -17,9 +17,4 @@ fi
|
||||
createvirtualenv $PYTHON_BINARY atlastest
|
||||
trap "deactivate; rm -rf atlastest" EXIT HUP
|
||||
|
||||
echo "Running tests without dnspython"
|
||||
python test/atlas/test_connection.py
|
||||
|
||||
python -m pip install dnspython
|
||||
echo "Running tests with dnspython"
|
||||
MUST_TEST_SRV="1" python test/atlas/test_connection.py
|
||||
|
||||
@ -30,7 +30,7 @@ createvirtualenv () {
|
||||
fi
|
||||
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install --upgrade setuptools wheel
|
||||
python -m pip install --upgrade setuptools wheel unittest-xml-reporting
|
||||
}
|
||||
|
||||
# Usage:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user