[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
80/104: gnu: python-tox: Update FIXME comments.
From: |
Hartmut Goebel |
Subject: |
80/104: gnu: python-tox: Update FIXME comments. |
Date: |
Tue, 15 Nov 2016 21:37:07 +0000 (UTC) |
htgoebel pushed a commit to branch python-build-system
in repository guix.
commit 7ba07edfb1600b808987448bb64b43f875b40d32
Author: Hartmut Goebel <address@hidden>
Date: Tue Oct 25 19:19:22 2016 +0200
gnu: python-tox: Update FIXME comments.
* gnu/packages/python.scm(python-tox)[arguments]: Update FIXME
comment. [inputs]: Add FIXME comment.
---
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 8d0d03a..e126708 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8243,15 +8243,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)))
(native-inputs
- `(("python-pytest" ,python-pytest))) ; >= 2.3.5
+ `(; 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
- 65/104: gnu: python-blinker: No longer disable tests., (continued)
- 65/104: gnu: python-blinker: No longer disable tests., Hartmut Goebel, 2016/11/15
- 69/104: gnu: python-redis: Remove unused input., Hartmut Goebel, 2016/11/15
- 73/104: gnu: python-zope-interface: Correct inputs., Hartmut Goebel, 2016/11/15
- 70/104: gnu: python-numpydoc: Correct inputs., Hartmut Goebel, 2016/11/15
- 47/104: gnu: python-ipython: Fix build., Hartmut Goebel, 2016/11/15
- 52/104: gnu: python-scripttest: Correct inputs., Hartmut Goebel, 2016/11/15
- 54/104: gnu: python-pytest-xdist: Remove needless input python-apipkg., Hartmut Goebel, 2016/11/15
- 56/104: gnu: python-testscenarios: remove needless input "mimetools"., Hartmut Goebel, 2016/11/15
- 61/104: gnu: python-oauthlib, python-oauthlib2: Correct inputs., Hartmut Goebel, 2016/11/15
- 84/104: gnu: python-sphinxcontrib-programoutput: Remove needless input., Hartmut Goebel, 2016/11/15
- 80/104: gnu: python-tox: Update FIXME comments.,
Hartmut Goebel <=
- 91/104: gnu: python-testlib: Remove useless self-defined phase "unpack"., Hartmut Goebel, 2016/11/15
- 103/104: gnu: python-botocore: fix inputs., Hartmut Goebel, 2016/11/15
- 42/104: gnu: python2-pysnptools: Correct inputs., Hartmut Goebel, 2016/11/15
- 40/104: gnu: python-zope-schema: Add missing inputs., Hartmut Goebel, 2016/11/15
- 48/104: gnu: vdirsyncer: Fix build by setting correct PYTHONPATH., Hartmut Goebel, 2016/11/15
- 59/104: gnu: python-cov-core: Fix imports., Hartmut Goebel, 2016/11/15
- 62/104: gnu: python-joblib: Remove python byte-code files from source., Hartmut Goebel, 2016/11/15
- 20/104: gnu: Fix python inputs, part 1: all inputs become propagated-inputs., Hartmut Goebel, 2016/11/15
- 78/104: gnu: python-wsgi-intercept: Correct inputs., Hartmut Goebel, 2016/11/15
- 74/104: gnu: python-zope-location: Correct inputs., Hartmut Goebel, 2016/11/15