[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#27888] [PATCH 07/18] gnu: python-pytest: Update to 3.1.3.
From: |
Marius Bakke |
Subject: |
[bug#27888] [PATCH 07/18] gnu: python-pytest: Update to 3.1.3. |
Date: |
Mon, 31 Jul 2017 22:07:24 +0200 |
* gnu/packages/python.scm (python-pytest-bootstrap): Update to 3.1.3.
[native-inputs]: Add PYTHON-SETUPTOOLS-SCM.
(python-pytest)[native-inputs]: Inherit.
---
gnu/packages/python.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index c40f56978..955bd670a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1889,17 +1889,19 @@ code introspection, and logging.")
(define python-pytest-bootstrap
(package
(name "python-pytest-bootstrap")
- (version "3.0.7")
+ (version "3.1.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest" version))
(sha256
(base32
- "1asc4b2nd2a4f0g3r12y97rslq5wliji7b73wwkvdrm5s7mrc1mp"))))
+ "01k2abl6x60ac7wx5k9rw602n1b5r39xix6sjly5c974ywr1hph9"))))
(build-system python-build-system)
(arguments
`(#:tests? #f))
+ (native-inputs
+ `(("python-setuptools-scm" ,python-setuptools-scm)))
(propagated-inputs
`(("python-py" ,python-py)))
(home-page "http://pytest.org")
@@ -1937,7 +1939,8 @@ and many external plugins.")
("bash" ,bash)
("python-hypothesis" ,python-hypothesis)
("python-nose" ,python-nose)
- ("python-mock" ,python-mock)))
+ ("python-mock" ,python-mock)
+ ,@(package-native-inputs python-pytest-bootstrap)))
(properties `((python2-variant . ,(delay python2-pytest-bootstrap))))))
(define-public python2-pytest
--
2.13.3
- [bug#27888] [PATCH 01/18] gnu: address@hidden: Update to 3.6.2., Marius Bakke, 2017/07/31
- [bug#27888] [PATCH 02/18] gnu: python-py: Update to 1.4.34., Marius Bakke, 2017/07/31
- [bug#27888] [PATCH 03/18] gnu: python-six: Really enable tests., Marius Bakke, 2017/07/31
- [bug#27888] [PATCH 07/18] gnu: python-pytest: Update to 3.1.3.,
Marius Bakke <=
- [bug#27888] [PATCH 09/18] gnu: python-mccabe: Update to 0.6.1., Marius Bakke, 2017/07/31
- [bug#27888] [PATCH 10/18] gnu: address@hidden: Add dependency on python-six., Marius Bakke, 2017/07/31
- [bug#27888] [PATCH 06/18] gnu: python-setuptools-scm: Update to 1.15.6., Marius Bakke, 2017/07/31
- [bug#27888] [PATCH 11/18] gnu: Add python2-enum., Marius Bakke, 2017/07/31
- [bug#27888] [PATCH 05/18] gnu: python-pytest: Add a minimal variant for bootstrapping., Marius Bakke, 2017/07/31
- [bug#27888] [PATCH 08/18] gnu: python-pyflakes: Update to 1.5.0., Marius Bakke, 2017/07/31
- [bug#27888] [PATCH 04/18] gnu: Remove address@hidden, Marius Bakke, 2017/07/31
- [bug#27888] [PATCH 13/18] gnu: Add python-linecache2., Marius Bakke, 2017/07/31
- [bug#27888] [PATCH 12/18] gnu: python-flake8: Update to 3.4.1., Marius Bakke, 2017/07/31
- [bug#27888] [PATCH 14/18] gnu: Add python-traceback2., Marius Bakke, 2017/07/31