Skip to content

[BUG] Releases 1.8.1 and 1.8.2 on PyPI don't work when installed with_$EXTRA or with-$EXTRA #545

@volans-

Description

@volans-

Describe the bug

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.

Environment:

  • OS: macOS 12.6.1
  • Prospector version 1.8.1
  • Python versions: 3.9.15 and 3.10.8

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions