mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cftime: Fix tests.
* gnu/packages/python-xyz.scm (python-cftime) [arguments] <phases>: Remove 'remove-unwanted-dev-dependencies, add ''remove-unwanted-pytest-options. [native-inputs]: Remove python-sphinx. Change-Id: Ib196a6a3781da4067d287f62f5f92b72eb024de3
This commit is contained in:
parent
de961c303b
commit
a5b507230c
1 changed files with 5 additions and 4 deletions
|
@ -4025,10 +4025,12 @@ Unicode-to-LaTeX conversion.")
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'remove-unwanted-dev-dependencies
|
(add-after 'unpack 'remove-unwanted-pytest-options
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "requirements-dev.txt"
|
(substitute* "setup.cfg"
|
||||||
(("(check-manifest|coverage|coveralls|pytest-cov|twine)")
|
(("doctest_optionflags.*")
|
||||||
|
"")
|
||||||
|
(("--cov.*")
|
||||||
"")))))))
|
"")))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-numpy))
|
(list python-numpy))
|
||||||
|
@ -4036,7 +4038,6 @@ Unicode-to-LaTeX conversion.")
|
||||||
(list python-cython
|
(list python-cython
|
||||||
python-pytest
|
python-pytest
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-sphinx
|
|
||||||
python-twine
|
python-twine
|
||||||
python-wheel))
|
python-wheel))
|
||||||
(home-page "https://unidata.github.io/cftime/")
|
(home-page "https://unidata.github.io/cftime/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue