[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: Add python-pytest-timeout.
From: |
guix-commits |
Subject: |
05/06: gnu: Add python-pytest-timeout. |
Date: |
Wed, 19 Jun 2019 09:07:32 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 90afa80dd9f0e78a826c36b9bfa5f745e2290cd9
Author: Ricardo Wurmus <address@hidden>
Date: Wed Jun 19 14:26:19 2019 +0200
gnu: Add python-pytest-timeout.
* gnu/packages/check.scm (python-pytest-timeout): New variable.
---
gnu/packages/check.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 82391ac..2a0da62 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -925,6 +925,27 @@ result back.")
(define-public python2-pytest-xdist
(package-with-python2 python-pytest-xdist))
+(define-public python-pytest-timeout
+ (package
+ (name "python-pytest-timeout")
+ (version "1.3.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pytest-timeout" version))
+ (sha256
+ (base32
+ "1cczcjhw4xx5sjkhxlhc5c1bkr7x6fcyx12wrnvwfckshdvblc2a"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-pytest" ,python-pytest)))
+ (home-page "http://bitbucket.org/pytest-dev/pytest-timeout/")
+ (synopsis "Plugin for py.test to abort hanging tests")
+ (description
+ "This package provides a py.test plugin that aborts hanging tests after a
+timeout has been exceeded.")
+ (license license:expat)))
+
(define-public python-scripttest
(package
(name "python-scripttest")
- branch master updated (bf5929c -> f1765b5), guix-commits, 2019/06/19
- 01/06: gnu: python-s3transfer: Update to 0.2.0., guix-commits, 2019/06/19
- 03/06: gnu: Add python-keras-applications., guix-commits, 2019/06/19
- 02/06: gnu: python-botocore: Update to 1.12.149., guix-commits, 2019/06/19
- 04/06: gnu: Add python-keras-preprocessing., guix-commits, 2019/06/19
- 05/06: gnu: Add python-pytest-timeout.,
guix-commits <=
- 06/06: gnu: Add python-keras., guix-commits, 2019/06/19