diff options
| author | Frederick Muriuki Muriithi | 2026-05-22 11:09:24 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-05-22 11:09:24 -0500 |
| commit | 0a85369b7e423cfd1eee0ab52f2e456bd42b68b8 (patch) | |
| tree | afc0adccf1e1d6960c02e53644b72355a00340f4 | |
| parent | dbcf3716297077d589b43d1cf01b700601d6ac7c (diff) | |
| download | gn-auth-0a85369b7e423cfd1eee0ab52f2e456bd42b68b8.tar.gz | |
Fix test invocation command in build arguments.
| -rw-r--r-- | .guix/modules/gn-auth.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.guix/modules/gn-auth.scm b/.guix/modules/gn-auth.scm index 0d9cbc9..190f695 100644 --- a/.guix/modules/gn-auth.scm +++ b/.guix/modules/gn-auth.scm @@ -34,7 +34,7 @@ #~(modify-phases #$phases (add-before 'build 'pylint (lambda _ - (invoke "pylint" "setup.py" "tests" "gn_auth" "scripts"))) + (invoke "pylint" "tests" "gn_auth"))) (add-after 'pylint 'mypy (lambda _ (invoke "mypy" "."))))))) |
