[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: python-pytest: Update to 2.9.2.
From: |
Leo Famulari |
Subject: |
04/06: gnu: python-pytest: Update to 2.9.2. |
Date: |
Mon, 11 Jul 2016 16:04:38 +0000 (UTC) |
lfam pushed a commit to branch python-updates
in repository guix.
commit e1e523330bdf7a5a6fca00b2fccf11e2dfe307d7
Author: Leo Famulari <address@hidden>
Date: Sat Jul 2 00:37:14 2016 -0400
gnu: python-pytest: Update to 2.9.2.
* gnu/packages/python.scm (python-pytest, python2-pytest): Update to 2.9.2.
[source]: Use pypi-uri.
---
gnu/packages/python.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 0a82b99..493f232 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1547,16 +1547,14 @@ code introspection, and logging.")
(define-public python-pytest
(package
(name "python-pytest")
- (version "2.7.3")
+ (version "2.9.2")
(source
(origin
(method url-fetch)
- (uri (string-append
- "https://pypi.python.org/packages/source/p/pytest/pytest-"
- version ".tar.gz"))
+ (uri (pypi-uri "pytest" version))
(sha256
(base32
- "1z4yi986f9n0p8qmzmn21m21m8j1x78hk3505f89baqm6pdw7afm"))
+ "1n6igbc1b138wx1q5gca4pqw1j6nsyicfxds5n0b5989kaxqmh8j"))
(modules '((guix build utils)))
(snippet
;; One of the tests involves the /usr directory, so it fails.
- branch python-updates created (now c1e21ab), Leo Famulari, 2016/07/11
- 03/06: gnu: python-scripttest: Disable tests., Leo Famulari, 2016/07/11
- 06/06: gnu: python-cryptopgraphy: Update to 1.4., Leo Famulari, 2016/07/11
- 04/06: gnu: python-pytest: Update to 2.9.2., Leo Famulari, 2016/07/11
- 02/06: gnu: python-pip: Disable tests., Leo Famulari, 2016/07/11
- 01/06: gnu: python-virtualenv: Disable tests., Leo Famulari, 2016/07/11
- 05/06: gnu: python-pytest-runner: Update to 2.8., Leo Famulari, 2016/07/11
- branch python-updates created (now c1e21ab), Leo Famulari, 2016/07/11
- 03/06: gnu: python-scripttest: Disable tests., Leo Famulari, 2016/07/11
- 04/06: gnu: python-pytest: Update to 2.9.2.,
Leo Famulari <=
- 01/06: gnu: python-virtualenv: Disable tests., Leo Famulari, 2016/07/11
- 05/06: gnu: python-pytest-runner: Update to 2.8., Leo Famulari, 2016/07/11
- 06/06: gnu: python-cryptopgraphy: Update to 1.4., Leo Famulari, 2016/07/11
- 02/06: gnu: python-pip: Disable tests., Leo Famulari, 2016/07/11