From 9c43a99c53deac29e28c8a408469257aa64f492b Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Tue, 8 Aug 2023 17:02:34 -0400 Subject: [PATCH] maybe python-subunit is less broken --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b164b42f1..a13ce40d2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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":