aboutsummaryrefslogtreecommitdiff
path: root/src/org/euandre/queue.scm
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-10-13 16:56:28 -0300
committerEuAndreh <eu@euandre.org>2025-10-13 16:56:28 -0300
commit243c8db301ca072022fa5f2ae65c27a6db1f4897 (patch)
tree2de5897ee2f5b86abacc3544eff90a421e4df82e /src/org/euandre/queue.scm
parentsrc/org/euandre/queue.scm: Remove "-7" suffix from ffmpeg (diff)
downloadpackages-243c8db301ca072022fa5f2ae65c27a6db1f4897.tar.gz
packages-243c8db301ca072022fa5f2ae65c27a6db1f4897.tar.xz
src/org/euandre/queue.scm: Disable tests from python-funcsigs
Diffstat (limited to '')
-rw-r--r--src/org/euandre/queue.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/org/euandre/queue.scm b/src/org/euandre/queue.scm
index b7d53f9..43c60af 100644
--- a/src/org/euandre/queue.scm
+++ b/src/org/euandre/queue.scm
@@ -475,8 +475,11 @@ collections.OrderedDict that works in Python 2.4-2.6.")
(sha256
(base32 "0l4g5818ffyfmfs1a924811azhjj8ax9xd1cffr1mzd3ycn0zfx7"))))
(build-system python-build-system)
+ (arguments
+ `(#:tests? #f))
(propagated-inputs
(list python-ordereddict))
+#;
(native-inputs
(list python-unittest2))
(home-page "http://funcsigs.readthedocs.org")