guix-commits
[Top][All Lists]
Advanced

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

35/97: gnu: python-fixture: Enable tests.


From: Hartmut Goebel
Subject: 35/97: gnu: python-fixture: Enable tests.
Date: Tue, 18 Oct 2016 20:13:18 +0000 (UTC)

htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 00c36c5957d450a07747e16251d13042e5a64f6c
Author: Hartmut Goebel <address@hidden>
Date:   Thu Oct 13 14:44:53 2016 +0200

    gnu: python-fixture: Enable tests.
    
    * gnu/packages/python.scm (python-fixtures) [arguments] remove
      keyword `#:tests?`.
---
 gnu/packages/python.scm |    2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 42b03e2..55a650c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1987,8 +1987,6 @@ and sensible default behaviors into your setuptools run.")
     (native-inputs
      `(("python-pbr-0.11" ,python-pbr-0.11)
        ("python-testtools" ,python-testtools)))
-    (arguments
-     '(#:tests? #f)) ; no setup.py test command
     (home-page "https://launchpad.net/python-fixtures";)
     (synopsis "Python test fixture library")
     (description



reply via email to

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