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
Description
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
Labels
No labels