PYTHON-3620 Ensure unittest-xml-reporting is Installed in Evergreen Tasks (#1165)

This commit is contained in:
Steven Silvester 2023-03-01 19:02:24 -06:00 committed by GitHub
parent 67023b3835
commit c27ce70d1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

View File

@ -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

View File

@ -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: