Merge pull request #173096 from dotlambda/tempest-interpreter

python3Packages.tempest: use correct interpreter

authored by

Fabian Affolter and committed by
GitHub
919b1ece 1a5b04b3

+3 -3
+3 -3
pkgs/development/python-modules/tempest/default.nix
··· 24 24 , hacking 25 25 , oslotest 26 26 , bash 27 - , python3 27 + , python 28 28 }: 29 29 30 30 buildPythonApplication rec { ··· 76 76 # Tests expect these applications available as such. 77 77 mkdir -p bin 78 78 export PATH="$PWD/bin:$PATH" 79 - printf '#!${bash}/bin/bash\nexec ${python3.interpreter} -m tempest.cmd.main "$@"\n' > bin/tempest 80 - printf '#!${bash}/bin/bash\nexec ${python3.interpreter} -m tempest.cmd.subunit_describe_calls "$@"\n' > bin/subunit-describe-calls 79 + printf '#!${bash}/bin/bash\nexec ${python.interpreter} -m tempest.cmd.main "$@"\n' > bin/tempest 80 + printf '#!${bash}/bin/bash\nexec ${python.interpreter} -m tempest.cmd.subunit_describe_calls "$@"\n' > bin/subunit-describe-calls 81 81 chmod +x bin/* 82 82 83 83 stestr --test-path tempest/tests run -e <(echo "