Hello
I'm trying to update python-fastparquet in the numeric sub-project, but getting errors that pytest-runner is not available
https://build.opensuse.org/package/show/home:apersaud:branches:devel:languag...
How do I fix this?
Thanks
Arun
Arun Persaud píše v Pá 12. 04. 2019 v 20:42 -0700:
Hello
I'm trying to update python-fastparquet in the numeric sub-project, but getting errors that pytest-runner is not available
https://build.opensuse.org/package/show/home:apersaud:branches:devel:languag...
How do I fix this?
Hi,
this is caused by upstream. They have setup_requires=[ 'pytest-runner' ] which means pytest-runner needs to be present every time
Honestly just patch it out of setup.py/cfg.
Cheers
Tom