mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-01 23:05:57 +02:00
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 <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
9ccf2c1350
commit
7960a067ed
@@ -15910,14 +15910,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))
|
||||
|
||||
Reference in New Issue
Block a user