gnu: python-pytest-subtests: Update to 0.10.0.
* gnu/packages/python-check.scm (python-pytest-subtests): Update to 0.10.0. [native-inputs]: Replace python-pytest with python-pytest-7.1.master
parent
e5f8329fe7
commit
2759920c9d
|
@ -2,7 +2,7 @@
|
||||||
;;; Copyright © 2019, 2021, 2022 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2019, 2021, 2022 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2019, 2020, 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2019, 2020, 2021, 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
;;; Copyright © 2019, 2021 Hartmut Goebel <h.goebel@crazy-compilers.com>
|
;;; Copyright © 2019, 2021 Hartmut Goebel <h.goebel@crazy-compilers.com>
|
||||||
;;; Copyright © 2020, 2022 Julien Lepiller <julien@lepiller.eu>
|
;;; Copyright © 2020, 2022 Julien Lepiller <julien@lepiller.eu>
|
||||||
;;; Copyright © 2020, 2022 Marius Bakke <marius@gnu.org>
|
;;; Copyright © 2020, 2022 Marius Bakke <marius@gnu.org>
|
||||||
|
@ -941,13 +941,13 @@ in Pytest.")
|
||||||
(define-public python-pytest-subtests
|
(define-public python-pytest-subtests
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-subtests")
|
(name "python-pytest-subtests")
|
||||||
(version "0.5.0")
|
(version "0.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytest-subtests" version))
|
(uri (pypi-uri "pytest-subtests" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "087i03nmkmfnrpc7mmizvr40ijnjw4lfxc22rnk8jk6s1szy9lav"))))
|
(base32 "05zvnxx0hdrd9w4z51qhchg3nkz5s47agryw68g8q7krq5kim5nr"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -957,8 +957,7 @@ in Pytest.")
|
||||||
(when tests?
|
(when tests?
|
||||||
(add-installed-pythonpath inputs outputs)
|
(add-installed-pythonpath inputs outputs)
|
||||||
(invoke "python" "-m" "pytest")))))))
|
(invoke "python" "-m" "pytest")))))))
|
||||||
(native-inputs
|
(native-inputs (list python-pytest-7.1 python-setuptools-scm))
|
||||||
(list python-pytest python-setuptools-scm))
|
|
||||||
(home-page "https://github.com/pytest-dev/pytest-subtests")
|
(home-page "https://github.com/pytest-dev/pytest-subtests")
|
||||||
(synopsis "Unittest subTest() support and subtests fixture")
|
(synopsis "Unittest subTest() support and subtests fixture")
|
||||||
(description "This Pytest plugin provides unittest @code{subTest()}
|
(description "This Pytest plugin provides unittest @code{subTest()}
|
||||||
|
|
Reference in New Issue