guix-commits
[Top][All Lists]
Advanced

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

33/57: gnu: python-fixture: Enable tests.


From: Hartmut Goebel
Subject: 33/57: gnu: python-fixture: Enable tests.
Date: Thu, 13 Oct 2016 15:20:34 +0000 (UTC)

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

commit 65ab5641ad8a960b390098d889d08922849b2073
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 b2a117b..941dc52 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1981,8 +1981,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]