From d033fb7212fd761242e91a5fa65b85a30c00e827 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 20 Dec 2025 19:11:16 +0100 Subject: gnu: python-phpserialize: Fix tests. * gnu/packages/python-xyz.scm (python-phpserialize) [arguments]: Remove <#:test-backend>, update <#:test-flags>. [native-inputs]: Add python-pytest. Change-Id: I72536b16f56ad7e9050828f2c77d70abf16ce639 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-xyz.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 48431f7c8f3..d5eeacd96b1 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -34018,10 +34018,9 @@ to: (build-system pyproject-build-system) (arguments (list - #:test-backend #~'unittest ;; XXX: Unclear why this test fails. - #:test-flags #~(list "-k" "not test_dumps_dict"))) - (native-inputs (list python-setuptools)) + #:test-flags #~(list "-k" "not test_dumps_dict" "tests.py"))) + (native-inputs (list python-pytest python-setuptools)) (home-page "https://github.com/mitsuhiko/phpserialize") (synopsis "Python port of the serialize and unserialize functions of PHP") (description -- cgit v1.3