-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
BUG: Pytest 3.10 doesn't parse minversion correctly #4306
Copy link
Copy link
Closed
Labels
status: criticalgrave problem or usability issue that affects lots of usersgrave problem or usability issue that affects lots of userstype: bugproblem that needs to be addressedproblem that needs to be addressedtype: regressionindicates a problem that was introduced in a release which was working previouslyindicates a problem that was introduced in a release which was working previously
Metadata
Metadata
Assignees
Labels
status: criticalgrave problem or usability issue that affects lots of usersgrave problem or usability issue that affects lots of userstype: bugproblem that needs to be addressedproblem that needs to be addressedtype: regressionindicates a problem that was introduced in a release which was working previouslyindicates a problem that was introduced in a release which was working previously
Type
Fields
Give feedbackNo fields configured for issues without a type.
Pytest 3.10 doesn't correctly parse minversion correctly. I have
in setup.cfg and see
ERROR: setup.cfg:16: requires pytest-3.6, actual pytest-3.10.0'Changing 3.6 to 3.06 fixes the problem, but this isn't consistent versioning.
Should correctly pass if if LooseVersion accepts the strings.
Here's a quick checklist in what to include:
pip listof the virtual environment you are using