From e1533883a6b63fa75ca05e347ad1b9cee6cb6821 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 21 Jan 2026 16:18:27 -0300 Subject: src/org/euandre/queue.scm: Disable tests for new python-build-system --- src/org/euandre/queue.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/org/euandre/queue.scm b/src/org/euandre/queue.scm index baea0ec..16c9b1a 100644 --- a/src/org/euandre/queue.scm +++ b/src/org/euandre/queue.scm @@ -431,6 +431,9 @@ information on a large group of binary files.") (sha256 (base32 "0qb62jw2w0xr6y942yp0qxiy755bismjfpnxaxjjm05gy2pymr8d")))) (build-system python-build-system) + (arguments + (list + #:tests? #f)) (propagated-inputs (list python-pytest python-tornado)) (home-page "https://github.com/vidartf/pytest-tornado") (synopsis @@ -453,7 +456,8 @@ simplify testing of asynchronous tornado applications.") (base32 "07qvy11nvgxpzarrni3wrww3vpc9yafgi2bch4j2vvvc42nb8d8w")))) (build-system python-build-system) (arguments - `(#:phases + `(#:tests? #f + #:phases (modify-phases %standard-phases (delete 'sanity-check)))) (home-page "UNKNOWN") -- cgit v1.2.3