[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#33702] [PATCH 1/7] gnu: Add python-pytest-sugar.
From: |
Christopher Baines |
Subject: |
[bug#33702] [PATCH 1/7] gnu: Add python-pytest-sugar. |
Date: |
Tue, 11 Dec 2018 08:06:01 +0100 |
This is required to update python-amqp and python-kombu.
* gnu/packages/check.scm (check): New variable.
---
gnu/packages/check.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 937e4e094c..5bf849d666 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1414,6 +1414,30 @@ normally the case.")
(define-public python2-pytest-subtesthack
(package-with-python2 python-pytest-subtesthack))
+(define-public python-pytest-sugar
+ (package
+ (name "python-pytest-sugar")
+ (version "0.9.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pytest-sugar" version))
+ (sha256
+ (base32
+ "1asq7yc4g8bx2sn7yy974mhc9ywvaihasjab4inkirdwn9s7mn7w"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-packaging" ,python-packaging)
+ ("python-pytest" ,python-pytest)
+ ("python-termcolor" ,python-termcolor)))
+ (home-page "https://pivotfinland.com/pytest-sugar/")
+ (synopsis "Plugin for pytest that changes the default look and feel")
+ (description
+ "@code{pytest-sugar} is a plugin for py.test that changes the default
+look and feel of py.test, using a progress bar and showing failures and errors
+instantly.")
+ (license license:bsd-3)))
+
(define-public python-hypothesis
(package
(name "python-hypothesis")
--
2.18.0
- [bug#33702] [PATCH 0/7] Fix python-kombu, update python-amqp, and add 5 new packages, Christopher Baines, 2018/12/11
- [bug#33702] [PATCH 1/7] gnu: Add python-pytest-sugar.,
Christopher Baines <=
- [bug#33702] [PATCH 4/7] gnu: Add python-vine., Christopher Baines, 2018/12/11
- [bug#33702] [PATCH 2/7] gnu: Add python-serpent., Christopher Baines, 2018/12/11
- [bug#33702] [PATCH 3/7] gnu: Add python-case., Christopher Baines, 2018/12/11
- [bug#33702] [PATCH 5/7] gnu: Add python-pyro4., Christopher Baines, 2018/12/11
- [bug#33702] [PATCH 6/7] gnu: python-amqp: Update to 2.3.2., Christopher Baines, 2018/12/11
- [bug#33702] [PATCH 7/7] gnu: python-kombu: Update to 4.2.2., Christopher Baines, 2018/12/11
- [bug#33702] [PATCH 1/2] gnu: python-billiard: Update to 3.5.0.5., Christopher Baines, 2018/12/11
- [bug#33702] [PATCH 0/7] Fix python-kombu, update python-amqp, and add 5 new packages, Leo Famulari, 2018/12/11