shell: add pytest to nix-shell environment
CI / build-and-test (push) Successful in 48s
CI / build-and-test (pull_request) Successful in 48s

This commit is contained in:
2026-07-19 15:03:23 +02:00
parent 4ed514ad1b
commit 784c57bd13
+1
View File
@@ -15,6 +15,7 @@ pkgs.mkShell {
buildInputs = with pkgs; [ buildInputs = with pkgs; [
zstd zstd
openssl openssl
(python3.withPackages (ps: with ps; [ pytest ]))
]; ];
NIX_ENFORCE_PURITY = 0; NIX_ENFORCE_PURITY = 0;