* gnu/packages/python.scm (python-sqlalchemy-utils)[arguments]: Add pytest.
---
 gnu/packages/python.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 2d984bb..86a6eea 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3979,6 +3979,8 @@ automatically for you 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

Reply via email to