PYTHON-3690 Do not install unittest-xml-reporting on MacOS EG Hosts (#1200)
This commit is contained in:
parent
deb0566c3e
commit
3f1e960c4b
@ -30,7 +30,10 @@ createvirtualenv () {
|
||||
fi
|
||||
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install --upgrade setuptools wheel unittest-xml-reporting
|
||||
python -m pip install --upgrade setuptools wheel
|
||||
# lxml only has wheels for macos 10.15+
|
||||
python -m pip install unittest-xml-reporting || true
|
||||
|
||||
}
|
||||
|
||||
# Usage:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user