From f66b3d0cb4dacbbeec2bfa1b116fa199402c65e3 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 16 Mar 2026 14:09:52 +0100 Subject: [PATCH] gnu: python-diskcache: Drop phase 'fix-pytest-config. * gnu/packages/python-xyz.scm (python-diskcache)[arguments] <#:phases>: Drop phase 'fix-pytest-config. Change-Id: Idb05bb437377878cefb639e7f8537b4837e63fe9 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-xyz.scm | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7c8fbbc11c..711bd4dac0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6548,22 +6548,12 @@ tasks rather than a standard compliant master implementation.") #~(list ;; Ignore flaky tests. ;; AssertionError: assert None == 100 - "--deselect=tests/test_core.py::test_incr_update_keyerror") - #:phases - #~(modify-phases %standard-phases - (add-before 'check 'fix-pytest-config - (lambda _ - (substitute* "tox.ini" - ;; no python-pytest-xdist - ((".*-n auto.*") - "") - ;; no python-pytest-cov - ((".*--cov.*") - ""))))))) + "--deselect=tests/test_core.py::test_incr_update_keyerror"))) (native-inputs (list python-django python-matplotlib python-pytest + python-pytest-xdist python-setuptools)) (home-page "https://www.grantjenks.com/docs/diskcache/") (synopsis "Disk and file backed cache library")