guix-commits
[Top][All Lists]
Advanced

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

34/103: gnu: python-fixture: Enable tests.


From: Hartmut Goebel
Subject: 34/103: gnu: python-fixture: Enable tests.
Date: Tue, 25 Oct 2016 17:47:51 +0000 (UTC)

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

commit bc384743181a98a381c6e5d4db062f19a6aca1a8
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 7298f47..fa15006 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]