gnu: python-pickleshare: Run the tests.
* gnu/packages/databases.scm (python-pickleshare)[arguments]: Replace CHECK-PHASE. [native-inputs]: Add PYTHON-PYTEST.
This commit is contained in:
parent
76397e12ad
commit
ff856cfdcc
|
@ -2248,6 +2248,13 @@ SQLAlchemy Database Toolkit for Python.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0yvk14dzxk7g6qpr7iw23vzqbsr0dh4ij4xynkhnzpfz4xr2bac4"))))
|
(base32 "0yvk14dzxk7g6qpr7iw23vzqbsr0dh4ij4xynkhnzpfz4xr2bac4"))))
|
||||||
(build-system python-build-system)
|
(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")
|
(home-page "https://github.com/vivainio/pickleshare")
|
||||||
(synopsis "Tiny key value database with concurrency support")
|
(synopsis "Tiny key value database with concurrency support")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue