Try to get the version right

This commit is contained in:
Jean-Paul Calderone 2023-07-20 11:54:19 -04:00
parent 2091b7ee86
commit 3e18301f86

View File

@ -190,10 +190,14 @@
"${unitTestName pyVersion}" = {
type = "app";
program =
let
py = makeTestEnv pyVersion;
in
writeScript "unit-tests"
''
${py} setup.py update_version
export TAHOE_LAFS_HYPOTHESIS_PROFILE=ci
${makeTestEnv pyVersion}/bin/python -m twisted.trial "$@"
${py}/bin/python -m twisted.trial "$@"
'';
};
};