[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: python-pickleshare: Run the tests.
From: |
Marius Bakke |
Subject: |
03/07: gnu: python-pickleshare: Run the tests. |
Date: |
Sun, 25 Feb 2018 23:07:51 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit ff856cfdccd544394740fc5826cc0ef9ea54d247
Author: Marius Bakke <address@hidden>
Date: Mon Feb 26 04:40:40 2018 +0100
gnu: python-pickleshare: Run the tests.
* gnu/packages/databases.scm (python-pickleshare)[arguments]: Replace
CHECK-PHASE.
[native-inputs]: Add PYTHON-PYTEST.
---
gnu/packages/databases.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 9868691..56984af 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2248,6 +2248,13 @@ SQLAlchemy Database Toolkit for Python.")
(sha256
(base32 "0yvk14dzxk7g6qpr7iw23vzqbsr0dh4ij4xynkhnzpfz4xr2bac4"))))
(build-system python-build-system)
+ (arguments
+ `(#:phases (modify-phases %standard-phases
+ (replace 'check
+ (lambda _
+ (invoke "pytest"))))))
+ (native-inputs
+ `(("python-pytest" ,python-pytest)))
(home-page "https://github.com/vivainio/pickleshare")
(synopsis "Tiny key value database with concurrency support")
(description
- branch master updated (eddb9da -> cb723be), Marius Bakke, 2018/02/25
- 02/07: gnu: python2-pathlib2: Propagate python2-six., Marius Bakke, 2018/02/25
- 03/07: gnu: python-pickleshare: Run the tests.,
Marius Bakke <=
- 04/07: gnu: python-ipython: Update to 5.5.0., Marius Bakke, 2018/02/25
- 01/07: gnu: python-pickleshare: Update to 0.7.4., Marius Bakke, 2018/02/25
- 05/07: gnu: python2-pathlib2: Update to 2.3.0., Marius Bakke, 2018/02/25
- 07/07: gnu: python-scandir: Run the test suite., Marius Bakke, 2018/02/25
- 06/07: gnu: python-scandir: Update to 1.7., Marius Bakke, 2018/02/25