gnu: python-orderedmultidict: Return #T from build phase.

* gnu/packages/python-xyz.scm (python-orderedmultidict)[arguments]:
Unconditionally return #T from phase "fix-tests".
master
Ricardo Wurmus 2019-01-23 16:59:15 +01:00
parent 5d1ade85c4
commit d1c4f329d1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 1 deletions

View File

@ -3604,7 +3604,8 @@ where key might be occurred more than once in the container.")
;; The package uses nosetest for running the tests.
;; Adding this initfile allows to run the test suite
;; without requiring nosetest.
(zero? (system* "touch" "tests/__init__.py")))))))
(with-output-to-file "tests/__init__.py" newline)
#t)))))
(propagated-inputs
`(("python-six" ,python-six)))
(native-inputs