guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: python-sqlalchemy-utils: Use python-pytest.


From: Marius Bakke
Subject: 06/06: gnu: python-sqlalchemy-utils: Use python-pytest.
Date: Sun, 6 Nov 2016 20:03:12 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 26d07efb79f6b1c8aedbf0706979a3834f31d921
Author: Danny Milosavljevic <address@hidden>
Date:   Sat Nov 5 12:27:06 2016 +0100

    gnu: python-sqlalchemy-utils: Use python-pytest.
    
    * gnu/packages/python.scm (python-sqlalchemy-utils)[native-inputs]: Add
    python-pytest.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/python.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 3e7996a..6b2c9e9 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]