python3Packages.pulumi: do not write junit report

This commit is contained in:
Ivan Trubach
2025-04-11 15:37:56 +03:00
parent 930daefcf0
commit f19e622fcb
@@ -70,9 +70,9 @@ buildPythonPackage {
# https://github.com/pulumi/pulumi/blob/0acaf8060640fdd892abccf1ce7435cd6aae69fe/sdk/python/scripts/test_fast.sh#L16
installCheckPhase = ''
runHook preInstallCheck
${python.executable} -m pytest --ignore=lib/test/automation lib/test
${python.executable} -m pytest --junit-xml= --ignore=lib/test/automation lib/test
pushd lib/test_with_mocks
${python.executable} -m pytest
${python.executable} -m pytest --junit-xml=
popd
runHook postInstallCheck
'';