From dbc9d022ef130717f122f9a6ace9a0b27f9924b6 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 18 Dec 2024 01:52:14 +0000 Subject: gnu: python-vine: Fix build. * gnu/packages/python-xyz.scm (python-vine) [arguments]: Skip 4 tests. [native-inputs]: Remove python-case. Change-Id: I4e8f359556bd97bf6d21a8ac7b7e4823e21043fb --- gnu/packages/python-xyz.scm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3a7acae776..21845c446d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6521,8 +6521,18 @@ (define-public python-vine (sha256 (base32 "1q31krwxdvwawdn1kfqmpplix31d4jhs0qng26908hawsf0yjqlb")))) (build-system pyproject-build-system) + (arguments + (list + #:test-flags + ;; AttributeError: 'test_barrier' object has no attribute 'ps'. + #~(list "-k" (string-join + (list "not test_evaluate" + "test_reverse" + "test_cancel" + "test_throw") + " and not ")))) (native-inputs - (list python-pytest python-case python-setuptools python-wheel)) + (list python-pytest python-setuptools python-wheel)) (home-page "https://github.com/celery/vine") (synopsis "Promises for Python") (description -- cgit v1.2.3