mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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 <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
b7f6420c7b
commit
f66b3d0cb4
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user