gnu: python-sqlalchemy-utils: Use python-pytest.
* gnu/packages/python.scm (python-sqlalchemy-utils)[native-inputs]: Add python-pytest. Signed-off-by: Marius Bakke <mbakke@fastmail.com>master
parent
c22b4f87c2
commit
26d07efb79
|
@ -4004,6 +4004,8 @@ both of which are installed automatically if you install this library.")
|
|||
(propagated-inputs
|
||||
`(("python-six" ,python-six)
|
||||
("python-sqlalchemy" ,python-sqlalchemy)))
|
||||
(native-inputs
|
||||
`(("python-pytest" ,python-pytest)))
|
||||
(home-page "https://github.com/kvesteri/sqlalchemy-utils")
|
||||
(synopsis "Various utility functions for SQLAlchemy")
|
||||
(description
|
||||
|
|
Reference in New Issue