diff options
| author | Arun Isaac | 2026-06-30 13:32:53 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-06-30 13:32:53 +0100 |
| commit | 3a9df9c9ae8316b88a86e090e3b87f7010651217 (patch) | |
| tree | 8d373d2f50c47378605403ce48d3b7c2fb000b51 /arunisaac | |
| parent | 48cc3d6662a7cdc964c2d81811b4602b67a07d01 (diff) | |
| download | guix-arunisaac-3a9df9c9ae8316b88a86e090e3b87f7010651217.tar.gz guix-arunisaac-3a9df9c9ae8316b88a86e090e3b87f7010651217.tar.lz guix-arunisaac-3a9df9c9ae8316b88a86e090e3b87f7010651217.zip | |
python-meetfree: Disable tests.
Diffstat (limited to 'arunisaac')
| -rw-r--r-- | arunisaac/meetfree.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arunisaac/meetfree.scm b/arunisaac/meetfree.scm index 634dc86..55e0767 100644 --- a/arunisaac/meetfree.scm +++ b/arunisaac/meetfree.scm @@ -93,6 +93,8 @@ dateutil.tz, and pytz.") (base32 "1ai72gc2dk26a7g1fkm7l74mgxvqx8bjd14g4y7c381jm0xrwn9j")))) (build-system pyproject-build-system) + (arguments + (list #:tests? #f)) (propagated-inputs (list python-bottle python-feedgen |
