From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: [PATCH 6/6] gnu: Provide pytest to python-sqlalchemy-utils. Date: Sat, 5 Nov 2016 12:27:06 +0100 Message-ID: <20161105112706.12089-7-dannym@scratchpost.org> References: <20161105112706.12089-1-dannym@scratchpost.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c2z86-0001xn-Bw for guix-devel@gnu.org; Sat, 05 Nov 2016 07:27:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c2z85-0006I2-Hi for guix-devel@gnu.org; Sat, 05 Nov 2016 07:27:22 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:39684) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c2z85-0006H8-Br for guix-devel@gnu.org; Sat, 05 Nov 2016 07:27:21 -0400 In-Reply-To: <20161105112706.12089-1-dannym@scratchpost.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org * 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