drop impure checks from ci

This commit is contained in:
Jörg Thalheim
2025-08-18 13:18:31 +02:00
parent 2d264a8e5e
commit ffb7b91da7
5 changed files with 6 additions and 86 deletions

View File

@@ -32,16 +32,12 @@ You can also run a single test like this:
pytest -n0 -s tests/test_secrets_cli.py::test_users
```
## Run tests in nix container
Run all impure checks
Run all checks in a sandbox
```bash
nix run .#impure-checks
nix build .#checks.x86_64-linux.clan-pytest-with-core
```
Run all checks
```bash
nix flake check
nix build .#checks.x86_64-linux.clan-pytest-without-core
```