mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python-pytest-8.
* gnu/packages/check.scm (python-pytest-8): Set variable as deprecated. * gnu/packages/astronomy.scm (python-asdf) [native-inputs]: Remove python-pytest-8; add python-pytest. * gnu/packages/astronomy.scm (python-healpy) [native-inputs]: Remove python-pytest-8; add python-pytest. * gnu/packages/python-check.scm (python-pytest-cython) [propagated-inputs]: Remove python-pytest-8; add python-pytest. Change-Id: I89a6fbbc0152a6c2f0a9a22f8398a6bc4f9e86cb
This commit is contained in:
parent
cf5bd827cf
commit
8f36612d5b
3 changed files with 3 additions and 33 deletions
|
@ -1629,7 +1629,7 @@ Main features:
|
||||||
python-psutil
|
python-psutil
|
||||||
;; 3.3.0+ requries newer version of pytest, see
|
;; 3.3.0+ requries newer version of pytest, see
|
||||||
;; <https://github.com/asdf-format/asdf/issues/1804>.
|
;; <https://github.com/asdf-format/asdf/issues/1804>.
|
||||||
python-pytest-8
|
python-pytest
|
||||||
python-pytest-doctestplus
|
python-pytest-doctestplus
|
||||||
python-pytest-remotedata
|
python-pytest-remotedata
|
||||||
python-pytest-xdist
|
python-pytest-xdist
|
||||||
|
@ -2673,7 +2673,7 @@ sensitivity or energy density
|
||||||
(list nss-certs-for-test
|
(list nss-certs-for-test
|
||||||
pkg-config
|
pkg-config
|
||||||
python-cython-3
|
python-cython-3
|
||||||
python-pytest-8
|
python-pytest
|
||||||
python-pytest-astropy-header
|
python-pytest-astropy-header
|
||||||
python-pytest-cython
|
python-pytest-cython
|
||||||
;python-pytest-doctestplus
|
;python-pytest-doctestplus
|
||||||
|
|
|
@ -1589,36 +1589,6 @@ and functions, detailed info on failing assert statements, modular fixtures,
|
||||||
and many external plugins.")
|
and many external plugins.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-pytest-8
|
|
||||||
(package/inherit python-pytest
|
|
||||||
(name "python-pytest")
|
|
||||||
(version "8.2.2")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "pytest" version))
|
|
||||||
(sha256
|
|
||||||
(base32 "0xvr25qvmdh6z03jpgg24adhgqkvkal2g2v8vk63j6909q8bhjyy"))))
|
|
||||||
(build-system pyproject-build-system)
|
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:test-flags
|
|
||||||
#~(list "-k" (string-append
|
|
||||||
"not test_code_highlight_continuation"
|
|
||||||
" and not test_code_highlight"
|
|
||||||
" and not test_code_highlight_custom_theme"
|
|
||||||
" and not test_code_highlight_invalid_theme"
|
|
||||||
" and not test_code_highlight_invalid_theme_mode"
|
|
||||||
" and not test_code_highlight_simple"
|
|
||||||
" and not test_color_yes"
|
|
||||||
" and not test_comparisons_handle_colors"
|
|
||||||
" and not test_empty_NO_COLOR_and_FORCE_COLOR_ignored"
|
|
||||||
" and not test_remove_dir_prefix"))))
|
|
||||||
(propagated-inputs
|
|
||||||
(modify-inputs (package-propagated-inputs python-pytest)
|
|
||||||
(append python-exceptiongroup)
|
|
||||||
(replace "python-pluggy" python-pluggy-next)))))
|
|
||||||
|
|
||||||
(define-public python-pytest-next
|
(define-public python-pytest-next
|
||||||
(package/inherit python-pytest
|
(package/inherit python-pytest
|
||||||
(name "python-pytest")
|
(name "python-pytest")
|
||||||
|
|
|
@ -1967,7 +1967,7 @@ plain (undecoratored) native coroutine tests.")
|
||||||
python-cython-3
|
python-cython-3
|
||||||
python-setuptools))
|
python-setuptools))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-pytest-8))
|
(list python-pytest))
|
||||||
(home-page "https://github.com/lgpage/pytest-cython")
|
(home-page "https://github.com/lgpage/pytest-cython")
|
||||||
(synopsis "Cython extension modules testing plugin")
|
(synopsis "Cython extension modules testing plugin")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue