mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Deprecate the 'python-pytest-6' variable.
* gnu/packages/check.scm (python-pytest-6): Deprecate. * gnu/packages/matrix.scm (python-matrix-nio)[native-inputs]: Change from PYTHON-PYTEST-6 to PYTHON-PYTEST. * gnu/packages/music.scm (beets)[native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-munkres, python-cons)[native-inputs]: Likewise.
This commit is contained in:
parent
3533db28ce
commit
65302a7045
4 changed files with 6 additions and 5 deletions
|
@ -1028,7 +1028,8 @@ (define-public python-pytest
|
|||
and many external plugins.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-pytest-6 python-pytest)
|
||||
(define-deprecated python-pytest-6 python-pytest)
|
||||
(export python-pytest-6)
|
||||
|
||||
(define-public python-pytest-bootstrap
|
||||
(package
|
||||
|
|
|
@ -185,7 +185,7 @@ (define-public python-matrix-nio
|
|||
"not test_upload_binary_file_object "
|
||||
"and not test_connect_wrapper"))))))))
|
||||
(native-inputs
|
||||
`(("python-pytest" ,python-pytest-6)
|
||||
`(("python-pytest" ,python-pytest)
|
||||
("python-hyperframe" ,python-hyperframe)
|
||||
("python-hypothesis" ,python-hypothesis)
|
||||
("python-hpack" ,python-hpack)
|
||||
|
|
|
@ -3762,7 +3762,7 @@ (define-public beets
|
|||
python-flask
|
||||
python-mock
|
||||
python-py7zr
|
||||
python-pytest-6
|
||||
python-pytest
|
||||
python-responses))
|
||||
(inputs
|
||||
(list bash-minimal
|
||||
|
|
|
@ -15629,7 +15629,7 @@ (define-public python-munkres
|
|||
(base32
|
||||
"00yvj8bxmhhhhd74v7j0x673is7vizmxwgb3dd5xmnkr74ybyi7w"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs (list python-pytest-6))
|
||||
(native-inputs (list python-pytest))
|
||||
(home-page "https://software.clapper.org/munkres/")
|
||||
(synopsis "Implementation of the Munkres algorithm")
|
||||
(description "The Munkres module provides an implementation of the Munkres
|
||||
|
@ -28232,7 +28232,7 @@ (define-public python-cons
|
|||
"0w9giq196wps7mbm47c4shdzs5yvwvqajqzkim2p92i51sm5qgvm"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest-6 python-toml))
|
||||
(list python-pytest python-toml))
|
||||
(propagated-inputs
|
||||
(list python-logical-unification))
|
||||
(home-page "https://github.com/pythological/python-cons")
|
||||
|
|
Loading…
Reference in a new issue