gnu: python-radon: Please the sanity-check phase.
* gnu/packages/python-xyz.scm (python-radon) [phases]{relax-requirements}: New phase.
This commit is contained in:
parent
4b562d46a5
commit
117a0de240
@ -16093,6 +16093,13 @@ for more filetypes can be easily added by creating plugins for them.")
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
(add-after 'unpack 'relax-requirements
|
||||
(lambda _
|
||||
(substitute* "setup.py"
|
||||
((".*'future'.*")
|
||||
"")
|
||||
(("colorama==0.4.1")
|
||||
"colorama>=0.4.1"))))
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(invoke "python" "radon/tests/run.py"))))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user