Set the Hypothesis profile in more robust way.

This commit is contained in:
Itamar Turner-Trauring 2022-03-18 11:51:39 -04:00
parent 62ac5bd084
commit 211343eca8
2 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,6 @@ jobs:
image: "nixos/nix:2.3.16"
environment:
<<: *UTF_8_ENVIRONMENT
# CACHIX_AUTH_TOKEN is manually set in the CircleCI web UI and
# allows us to push to CACHIX_NAME. We only need this set for
# `cachix use` in this step.

View File

@ -73,6 +73,7 @@ let
in
# Make a derivation that runs the unit test suite.
pkgs.runCommand "tahoe-lafs-tests" { } ''
export TAHOE_LAFS_HYPOTHESIS_PROFILE=ci
${python-env}/bin/python -m twisted.trial -j $NIX_BUILD_CORES allmydata
# It's not cool to put the whole _trial_temp into $out because it has weird