mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-tox: Update to 3.20.0.
* gnu/packages/python-xyz.scm (python-tox): Update to 3.20.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
5b7e8b595e
commit
a90964c982
1 changed files with 30 additions and 26 deletions
|
@ -10822,22 +10822,26 @@ Pytest but stripped of Pytest specific details.")
|
||||||
(define-public python-tox
|
(define-public python-tox
|
||||||
(package
|
(package
|
||||||
(name "python-tox")
|
(name "python-tox")
|
||||||
(version "2.8.1")
|
(version "3.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "tox" version))
|
(uri (pypi-uri "tox" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1drp6mwm8wdypjym15ia8lwjxbhcksb9vzxg4ay5dh4ji57by2ny"))))
|
"0nk0nyzhzamcrvn0qqzzy54isxxqwdi28swml7a2ym78c3f9sqpb"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; FIXME: Tests require pytest-timeout, which itself requires
|
;; FIXME: Tests require pytest-timeout, which itself requires
|
||||||
;; pytest>=2.8.0 for installation.
|
;; pytest>=2.8.0 for installation.
|
||||||
'(#:tests? #f))
|
'(#:tests? #f))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-pluggy" ,python-pluggy) ; >=0.3.0,<0.4.0
|
`(("python-filelock" ,python-filelock)
|
||||||
|
("python-packaging" ,python-packaging)
|
||||||
|
("python-pluggy" ,python-pluggy)
|
||||||
("python-py" ,python-py)
|
("python-py" ,python-py)
|
||||||
|
("python-six" ,python-six)
|
||||||
|
("python-toml" ,python-toml)
|
||||||
("python-virtualenv" ,python-virtualenv)))
|
("python-virtualenv" ,python-virtualenv)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(; FIXME: Missing: ("python-pytest-timeout" ,python-pytest-timeout)
|
`(; FIXME: Missing: ("python-pytest-timeout" ,python-pytest-timeout)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue