mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-18 20:47:54 +00:00
Try to get the version right
This commit is contained in:
parent
2091b7ee86
commit
3e18301f86
10
flake.nix
10
flake.nix
@ -190,10 +190,14 @@
|
||||
"${unitTestName pyVersion}" = {
|
||||
type = "app";
|
||||
program =
|
||||
writeScript "unit-tests"
|
||||
''
|
||||
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 "$@"
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user