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
When trying to install the latest version of Prospector from PyPI 1.8.1 with some extras like with_everything or with_pyroma a warning is printed and Prospector is installed without the extras.
To Reproduce
$ pip install "prospector[with_pyroma]"
Collecting prospector[with_pyroma]
Using cached prospector-1.8.1-py3-none-any.whl (85 kB)
WARNING: prospector 1.8.1 does not provide the extra 'with_pyroma'
...
or
$ pip install "prospector[with_everything]"
Collecting prospector[with_everything]
Using cached prospector-1.8.1-py3-none-any.whl (85 kB)
WARNING: prospector 1.8.1 does not provide the extra 'with_everything'
...
Expected behavior
It should install Prospector with the selected extras.