This commit is contained in:
Jörg Thalheim
2023-09-14 16:57:19 +02:00
committed by Mic92
parent b46c40482a
commit a29f301f84
9 changed files with 188 additions and 2 deletions

View File

@@ -98,7 +98,8 @@ python3.pkgs.buildPythonPackage {
chmod +w -R ./src
cd ./src
NIX_STATE_DIR=$TMPDIR/nix IN_NIX_SANDBOX=1 ${checkPython}/bin/python -m pytest -s ./tests
export NIX_STATE_DIR=$TMPDIR/nix IN_NIX_SANDBOX=1
${checkPython}/bin/python -m pytest -m "not impure" -s ./tests
touch $out
'';
passthru.clan-openapi = runCommand "clan-openapi" { } ''