In ff8b7884e8 NOTSET was changed to a
singleton enum, which ended up unexpectedly triggering a code path in ID
generation which checks for `isinstance(Enum)`.
Add an explicit case for it, which is not too bad anyway.
3 lines
123 B
ReStructuredText
3 lines
123 B
ReStructuredText
Fixed `NotSetType.token` being used as the parameter ID when the parametrization list is empty.
|
|
Regressed in pytest 6.0.0.
|