guix-commits
[Top][All Lists]
Advanced

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

83/97: python-tox: Update FIXME comments.


From: Hartmut Goebel
Subject: 83/97: python-tox: Update FIXME comments.
Date: Tue, 18 Oct 2016 20:13:22 +0000 (UTC)

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

commit 9ead0898b1cd3730c4e872b0b24ce2a6d2182c49
Author: Hartmut Goebel <address@hidden>
Date:   Mon Oct 17 00:01:14 2016 +0200

    python-tox: Update FIXME comments.
---
 gnu/packages/python.scm |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index b43961b..45e9399 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7530,15 +7530,16 @@ Pytest but stripped of Pytest specific details.")
        "1vj73ar4rimq3fwy5r2z3jv4g9qbh8rmpmncsc00g0k310acqzxz"))))
    (build-system python-build-system)
    (arguments
-    ;; FIXME: Tests require a newer version of pytest, but upgrading our
-    ;; pytest breaks other packages.
+    ;; FIXME: Tests require pytest-timeout, which itself requires
+    ;; pytest>=2.8.0 for installation.
     '(#:tests? #f))
    (propagated-inputs
     `(("python-pluggy" ,python-pluggy) ; >=0.3.0,<0.4.0
       ("python-py" ,python-py)
       ("python-virtualenv" ,python-virtualenv)))
    (inputs
-    `(("python-pytest" ,python-pytest)))
+    `(; FIXME: Missing: ("python-pytest-timeout" ,python-pytest-timeout)
+      ("python-pytest" ,python-pytest)))  ; >= 2.3.5
    (home-page "http://tox.testrun.org/";)
    (synopsis "Virtualenv-based automation of test activities")
    (description "Tox is a generic virtualenv management and test command line



reply via email to

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