diff options
author | Frederick Muriuki Muriithi | 2024-08-15 16:13:49 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-08-15 16:13:49 -0500 |
commit | 1b08f90fe0f87c5d39075a3ddd486da0682de52f (patch) | |
tree | b2897d822a70fdd9723bb823cc0bf57e89babeac /.guix | |
parent | 10973a9f274d36b25bc8235a53cc3f55504f2578 (diff) | |
download | gn-auth-1b08f90fe0f87c5d39075a3ddd486da0682de52f.tar.gz |
Update running of tests.
Diffstat (limited to '.guix')
-rw-r--r-- | .guix/modules/gn-auth.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.guix/modules/gn-auth.scm b/.guix/modules/gn-auth.scm index 4c51f96..0dab8d9 100644 --- a/.guix/modules/gn-auth.scm +++ b/.guix/modules/gn-auth.scm @@ -34,8 +34,7 @@ #~(modify-phases #$phases (add-before 'build 'pylint (lambda _ - (invoke "pylint" "main.py" "setup.py" "wsgi.py" - "tests" "gn_auth" "scripts"))) + (invoke "pylint" "setup.py" "tests" "gn_auth" "scripts"))) (add-after 'pylint 'mypy (lambda _ (invoke "mypy" "."))))))) |