[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/17: gnu: Add python-pytest-cache.
From: |
Leo Famulari |
Subject: |
07/17: gnu: Add python-pytest-cache. |
Date: |
Fri, 15 Jan 2016 22:16:25 +0000 |
lfam pushed a commit to branch master
in repository guix.
commit 6720dbb49f2ac8fdffa68a9816a79a4c39b56f65
Author: Leo Famulari <address@hidden>
Date: Tue Dec 29 05:42:16 2015 -0500
gnu: Add python-pytest-cache.
* gnu/packages/python.scm (python-pytest-cache): New variable.
---
gnu/packages/python.scm | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6f83e3d..6d9289b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6830,3 +6830,23 @@ minimal and fast API targetting the following uses:
@end enumerate")
(home-page "http://codespeak.net/execnet/")
(license license:expat)))
+
+;;; The software provided by this package was integrated into pytest 2.8.
+(define-public python-pytest-cache
+ (package
+ (name "python-pytest-cache")
+ (version "1.0")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "pytest-cache" version))
+ (sha256
+ (base32
+ "1a873fihw4rhshc722j4h6j7g3nj7xpgsna9hhg3zn6ksknnhx5y"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-execnet" ,python-execnet)))
+ (synopsis "Py.test plugin with mechanisms for caching across test runs")
+ (description "The pytest-cache plugin provides tools to rerun failures from
+the last py.test invocation.")
+ (home-page "https://bitbucket.org/hpk42/pytest-cache/")
+ (license license:expat)))
- branch master updated (f5ca44b -> 78e6c4a), Leo Famulari, 2016/01/15
- 02/17: gnu: Add python-requests-toolbelt., Leo Famulari, 2016/01/15
- 01/17: gnu: Add python-atomicwrites., Leo Famulari, 2016/01/15
- 06/17: gnu: Add python-execnet., Leo Famulari, 2016/01/15
- 07/17: gnu: Add python-pytest-cache.,
Leo Famulari <=
- 03/17: gnu: Add python-click-threading., Leo Famulari, 2016/01/15
- 05/17: gnu: Add python-apipkg., Leo Famulari, 2016/01/15
- 04/17: gnu: Add python-click-log., Leo Famulari, 2016/01/15
- 08/17: gnu: Add python-pytest-localserver., Leo Famulari, 2016/01/15
- 10/17: gnu: Add python-pytest-xprocess., Leo Famulari, 2016/01/15
- 09/17: gnu: Add python-wsgi-intercept., Leo Famulari, 2016/01/15
- 13/17: gnu: Add python-icalendar., Leo Famulari, 2016/01/15
- 11/17: gnu: Add radicale., Leo Famulari, 2016/01/15
- 14/17: gnu: Add python-sphinxcontrib-newsfeed., Leo Famulari, 2016/01/15
- 12/17: gnu: Add vdirsyncer., Leo Famulari, 2016/01/15