Commit f19e622f authored by Ivan Trubach's avatar Ivan Trubach
Browse files

python3Packages.pulumi: do not write junit report

parent 930daefc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
  '';