[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#27888] [PATCH 03/18] gnu: python-six: Really enable tests.
From: |
Marius Bakke |
Subject: |
[bug#27888] [PATCH 03/18] gnu: python-six: Really enable tests. |
Date: |
Mon, 31 Jul 2017 22:07:20 +0200 |
* gnu/packages/python.scm (python-six)[arguments]: Override 'check' phase.
---
gnu/packages/python.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 42f5d0472..dd61389b8 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1179,6 +1179,12 @@ password storage.")
(base32
"0snmb8xffb3vsma0z67i0h0w2g2dy0p3gsgh9gi4i0kgc5l8spqh"))))
(build-system python-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (replace 'check
+ (lambda _
+ (zero? (system* "py.test" "-v")))))))
(native-inputs
`(("python-py" ,python-py)
("python-pytest" ,python-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 <=
- [bug#27888] [PATCH 07/18] gnu: python-pytest: Update to 3.1.3., Marius Bakke, 2017/07/31
- [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