mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-27 04:36:55 +01:00
gnu: python-pytest: Update to 7.3.1.
* gnu/packages/check.scm (python-pytest): Update to 7.3.1. [propagated-inputs]: Add python-exceptiongroup.
This commit is contained in:
parent
7ccf994302
commit
81682e2e90
1 changed files with 3 additions and 2 deletions
|
@ -1246,14 +1246,14 @@ (define-public python-unittest2
|
||||||
(define-public python-pytest
|
(define-public python-pytest
|
||||||
(package
|
(package
|
||||||
(name "python-pytest")
|
(name "python-pytest")
|
||||||
(version "7.1.3")
|
(version "7.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytest" version))
|
(uri (pypi-uri "pytest" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0f8c31v5r2kgjixvy267n0nhc4xsy65g3n9lz1i1377z5pn5ydjg"))))
|
"1qqmxpcij6b2zqsg52nz9dfx6c3snz90l5nzmp88xmxig3yzljj3"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -1281,6 +1281,7 @@ (define-public python-pytest
|
||||||
(format #t "test suite not run~%")))))))
|
(format #t "test suite not run~%")))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-attrs-bootstrap
|
(list python-attrs-bootstrap
|
||||||
|
python-exceptiongroup
|
||||||
python-iniconfig
|
python-iniconfig
|
||||||
python-packaging-bootstrap
|
python-packaging-bootstrap
|
||||||
python-pluggy
|
python-pluggy
|
||||||
|
|
Loading…
Reference in a new issue