guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 7d35eeade5e6976a1262515f1a3b3cc03f290ab1
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 14:10:38 2026 +0100
gnu: python-quantlaw: Drop phase 'fix-pytest-config.
* gnu/packages/python-xyz.scm (python-quantlaw)[arguments]
<#:phases>: Drop phase 'fix-pytest-config.
Change-Id: If109ea44922411a3a45b9bfd8a34e0265b550eb9
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index eb5dcdfe29..42ef0f9ec3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15668,14 +15668,7 @@ tie-resolvement is accelerated by numba.")
#:test-flags
#~(list "-k"
;; test expects network access
- "not test_load_statue_names")
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'fix-pytest-config
- (lambda _
- (substitute* "setup.cfg"
- (("--cov.*")
- "")))))))
+ "not test_load_statue_names")))
(native-inputs (list python-pytest python-setuptools))
(propagated-inputs (list python-beautifulsoup4 python-networkx
python-pandas python-regex python-requests))