python3Packages.pulumi: do not write junit report
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user