Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Versioned extra_requires are always installed #28

Closed
@felixonmars

Description

@felixonmars

Since the update from 2.9 -> 2.10.1, the conditional dependency enum34 of h2 is always installed when running pytest-runner, but I am running with Python 3.6 and it shouldn't be installed.

The related entry is:

    extras_require={
        ':python_version == "2.7" or python_version == "3.3"': ['enum34>=1.0.4, <2'],
    }

Downgrading pytest-runner to 2.9 without any other changes fixes the behavior for me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions