[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/43: gnu: python-babel: Run the tests.
From: |
Marius Bakke |
Subject: |
34/43: gnu: python-babel: Run the tests. |
Date: |
Tue, 21 Aug 2018 11:25:59 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 88166588a0a4bea41e505ba908af391b855de5c3
Author: Marius Bakke <address@hidden>
Date: Tue Aug 21 07:33:30 2018 +0200
gnu: python-babel: Run the tests.
* gnu/packages/python.scm (python-babel)[native-inputs]: Add
PYTHON-FREEZEGUN
and PYTHON-PYTEST.
[arguments]: Replace 'check' phase. Remove #:tests?.
---
gnu/packages/python.scm | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 44488e7..14bbe4a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -626,9 +626,15 @@ by @code{binstar}, @code{binstar-build} and
@code{chalmers}.")
(base32
"08rxmbx2s4irp0w0gmn498vns5xy0fagm0fg33xa772jiks51flc"))))
(build-system python-build-system)
+ (native-inputs
+ `(("python-freezegun" ,python-freezegun)
+ ("python-pytest" ,python-pytest)))
(propagated-inputs
`(("python-pytz" ,python-pytz)))
- (arguments `(#:tests? #f)) ; no test target
+ (arguments
+ `(#:phases (modify-phases %standard-phases
+ (replace 'check
+ (lambda _ (invoke "pytest" "-vv"))))))
(home-page "http://babel.pocoo.org/")
(synopsis
"Tools for internationalizing Python applications")
- branch core-updates updated (e6c4e41 -> fdb2220), Marius Bakke, 2018/08/21
- 43/43: gnu: gdbm: Update to 1.18., Marius Bakke, 2018/08/21
- 42/43: gnu: python-numpydoc: Update to 0.8.0., Marius Bakke, 2018/08/21
- 39/43: gnu: python-sphinx: Update to 1.7.7., Marius Bakke, 2018/08/21
- 40/43: gnu: cups-filters: Update to 1.21.0., Marius Bakke, 2018/08/21
- 41/43: gnu: python-greenlet: Update to 0.4.14., Marius Bakke, 2018/08/21
- 36/43: gnu: python-sphinxcontrib-websupport: Disable tests., Marius Bakke, 2018/08/21
- 35/43: gnu: python-jinja2: Update to 2.10., Marius Bakke, 2018/08/21
- 34/43: gnu: python-babel: Run the tests.,
Marius Bakke <=
- 38/43: gnu: python-sphinxcontrib-websupport: Add a python2 variant., Marius Bakke, 2018/08/21
- 32/43: gnu: python-pytz: Update to 2018.5., Marius Bakke, 2018/08/21
- 37/43: gnu: python-sphinxcontrib-websupport: Update to 1.1.0., Marius Bakke, 2018/08/21
- 33/43: gnu: python-babel: Update to 2.6.0., Marius Bakke, 2018/08/21
- 31/43: gnu: python-sqlalchemy: Update to 1.2.11., Marius Bakke, 2018/08/21
- 28/43: gnu: python-packaging: Update to 17.1., Marius Bakke, 2018/08/21
- 29/43: gnu: python-packaging: Run the tests., Marius Bakke, 2018/08/21
- 30/43: gnu: python-sqlalchemy: Use 'invoke'., Marius Bakke, 2018/08/21
- 27/43: gnu: python-imagesize: Fix typo., Marius Bakke, 2018/08/21
- 24/43: gnu: python-pytest: Run the tests again., Marius Bakke, 2018/08/21