Installation fails distutils.errors.DistutilsError. pip fails to install pytest-runner

ricktarded
Please go through the deprecation notice in https://pypi.org/project/pytest-runner/ following security issues.

pypy recommends
Remove ‘pytest-runner’ from your ‘setup_requires’, preferably removing the setup_requires option.
Remove ‘pytest’ and any other testing requirements from ‘tests_require’, preferably removing the setup_requires option.

I can see you guys are still having these. Please correct me if wrong.
  • ricktarded
    I am able to install after manually downloading wheel of pytest-runner from pypi manually and installing. But I do get the following WARNING.

    WARNING: Legacy build of wheel for 'kiteconnect' created no files.
    Command arguments: /xxxxxxxx/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-sl8woois/kiteconnect/setup.py'"'"';
    __file__='"'"'/tmp/pip-install-sl8woois/kiteconnect/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-fpbrfxr3
    Command output: [use --verbose to show]
Sign In or Register to comment.