You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to missing ignore of pre-release packages in setuptools pypa/setuptools#855 and the existence of astroid pre-released 2.0.0.dev0, we should encounter the following failure when some packages (e.g., pylint) are installed together.
Due to missing ignore of pre-release packages in setuptools pypa/setuptools#855 and the existence of astroid pre-released
2.0.0.dev0
, we should encounter the following failure when some packages (e.g., pylint) are installed together.setup.py
Results with failures
See https://readthedocs.org/projects/prospector/builds/7247785/ (https://github.com/PyCQA/prospector project's docs build).
Solutions
To prevent this problem, we can add a workaround specifying
astroid<2.0
to this requirements-detector project's requirements in its setup.py.The text was updated successfully, but these errors were encountered: