aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2016-10-13 14:44:53 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2016-11-15 22:31:14 +0100
commit424f0a41756486c10ec285f34daaa2f9a2ce04ce (patch)
treea0fc71d36509935438012d43eb6af3e726fd24b8
parentae92caddc5a292b31bb7fc6e4e7c974880f482c0 (diff)
downloadguix-424f0a41756486c10ec285f34daaa2f9a2ce04ce.tar
guix-424f0a41756486c10ec285f34daaa2f9a2ce04ce.tar.gz
gnu: python-fixture: Enable tests.
* gnu/packages/python.scm (python-fixtures) [arguments] remove keyword `#:tests?`.
-rw-r--r--gnu/packages/python.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8d1acb343b..ecaf537d72 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2060,8 +2060,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