[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/17: gnu: Add python-pytest-xprocess.
From: |
Leo Famulari |
Subject: |
10/17: gnu: Add python-pytest-xprocess. |
Date: |
Fri, 15 Jan 2016 22:16:27 +0000 |
lfam pushed a commit to branch master
in repository guix.
commit 89b8a5516fe3c72befc256652cfb27cb41a4f977
Author: Leo Famulari <address@hidden>
Date: Wed Dec 30 00:13:53 2015 -0500
gnu: Add python-pytest-xprocess.
* gnu/packages/python.scm (python-pytest-xprocess): New variable.
---
gnu/packages/python.scm | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 9bc8b8d..7b400d1 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6907,3 +6907,24 @@ program. Thus, you can avoid spawning multiple
processes or threads to test
your Web app.")
(home-page "https://github.com/cdent/wsgi-intercept")
(license license:expat)))
+
+(define-public python-pytest-xprocess
+ (package
+ (name "python-pytest-xprocess")
+ (version "0.9.1")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "pytest-xprocess" version))
+ (sha256
+ (base32
+ "17zlql1xqw3ywcgwwbqmw633aly99lab12hm02asr8awvg5603pp"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-pytest" ,python-pytest)
+ ("python-pytest-cache" ,python-pytest-cache)
+ ("python-psutil" ,python-psutil)))
+ (synopsis "Pytest plugin to manage external processes across test runs")
+ (description "Pytest-xprocess is an experimental py.test plugin for
managing
+processes across test runs.")
+ (home-page "https://bitbucket.org/pytest-dev/pytest-xprocess")
+ (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, 2016/01/15
- 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 <=
- 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
- 16/17: gnu: python-urwid: Disable failing test test_remove_watch_file., Leo Famulari, 2016/01/15
- 15/17: gnu: Update python-tzlocal to 1.2., Leo Famulari, 2016/01/15
- 17/17: gnu: Add khal., Leo Famulari, 2016/01/15