diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 3e7996a55f..6b2c9e9938 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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 |