maybe python-subunit is less broken

This commit is contained in:
Jean-Paul Calderone 2023-08-08 17:02:34 -04:00
parent 1a7a552e0d
commit 9c43a99c53

View File

@ -237,8 +237,7 @@ jobs:
command: |
# The Python for which we installed subunit is not necessarily on
# %PATH% so (possibly) re-install it with the default Python.
Set-PSDebug -Trace 2
python -m pip install subunit junitxml
python -m pip install python-subunit junitxml
subunit2junitxml --output-to=test-results.xml test-results.subunit2
- "store_test_results":