* [PATCH] gnu: python-tox: Update to 2.8.0.
@ 2017-09-04 12:23 Cyril Roelandt
2017-09-04 21:54 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Cyril Roelandt @ 2017-09-04 12:23 UTC (permalink / raw)
To: guix-devel
* gnu/packages/python.scm (python-tox): Update to 2.8.0.
---
gnu/packages/python.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 346faf434..c7ea1a504 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9855,14 +9855,14 @@ Pytest but stripped of Pytest specific details.")
(define-public python-tox
(package
(name "python-tox")
- (version "2.3.1")
+ (version "2.8.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "tox" version))
(sha256
(base32
- "1vj73ar4rimq3fwy5r2z3jv4g9qbh8rmpmncsc00g0k310acqzxz"))))
+ "00lrql2cfzhb712v70inac6mrgdv8s8fmvz7qpggkk623hkm2pgc"))))
(build-system python-build-system)
(arguments
;; FIXME: Tests require pytest-timeout, which itself requires
@@ -9874,7 +9874,8 @@ Pytest but stripped of Pytest specific details.")
("python-virtualenv" ,python-virtualenv)))
(native-inputs
`(; FIXME: Missing: ("python-pytest-timeout" ,python-pytest-timeout)
- ("python-pytest" ,python-pytest))) ; >= 2.3.5
+ ("python-pytest" ,python-pytest) ; >= 2.3.5
+ ("python-setuptools-scm" ,python-setuptools-scm)))
(home-page "http://tox.testrun.org/")
(synopsis "Virtualenv-based automation of test activities")
(description "Tox is a generic virtualenv management and test command line
--
2.14.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gnu: python-tox: Update to 2.8.0.
2017-09-04 12:23 [PATCH] gnu: python-tox: Update to 2.8.0 Cyril Roelandt
@ 2017-09-04 21:54 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-09-04 21:54 UTC (permalink / raw)
To: Cyril Roelandt; +Cc: guix-devel
Welcome back! :-)
Cyril Roelandt <tipecaml@gmail.com> skribis:
> * gnu/packages/python.scm (python-tox): Update to 2.8.0.
LGTM, thanks!
Ludo'.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-09-04 21:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-04 12:23 [PATCH] gnu: python-tox: Update to 2.8.0 Cyril Roelandt
2017-09-04 21:54 ` Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).