gnu: python-testtools-bootstrap: Update to 2.6.0.
Supports Python 3.10 and 3.11. * gnu/packages/check.scm (python-testtools-bootstrap): Update to 2.6.0. [propagated-inputs]: Remove python-extras, which is not a dependency.
This commit is contained in:
parent
cdba566261
commit
d20bc0dbc2
1 changed files with 3 additions and 4 deletions
|
@ -1763,19 +1763,18 @@ (define-public python-scripttest
|
||||||
(define-public python-testtools-bootstrap
|
(define-public python-testtools-bootstrap
|
||||||
(package
|
(package
|
||||||
(name "python-testtools-bootstrap")
|
(name "python-testtools-bootstrap")
|
||||||
(version "2.5.0")
|
(version "2.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "testtools" version))
|
(uri (pypi-uri "testtools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gxjbjk93jjqi491k4s9rh3ia37v21yifd35pvizv7sgv4rk9hap"))))
|
"02mkphygx8897617m8qnmj0alksyvvfcjmazzfxyrlzjq0a5xdi8"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments '(#:tests? #f))
|
(arguments '(#:tests? #f))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-extras" ,python-extras)
|
`(("python-fixtures" ,python-fixtures-bootstrap)
|
||||||
("python-fixtures" ,python-fixtures-bootstrap)
|
|
||||||
("python-pbr" ,python-pbr-minimal)))
|
("python-pbr" ,python-pbr-minimal)))
|
||||||
(home-page "https://github.com/testing-cabal/testtools")
|
(home-page "https://github.com/testing-cabal/testtools")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Loading…
Reference in a new issue