-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
5.3.3 breaks lazy_fixture pattern #6513
Copy link
Copy link
Closed
Labels
topic: fixturesanything involving fixtures directly or indirectlyanything involving fixtures directly or indirectlytype: bugproblem that needs to be addressedproblem that needs to be addressed
Metadata
Metadata
Assignees
Labels
topic: fixturesanything involving fixtures directly or indirectlyanything involving fixtures directly or indirectlytype: bugproblem that needs to be addressedproblem that needs to be addressed
Type
Fields
Give feedbackNo fields configured for issues without a type.
First of all thanks a lot for the creation of pytest and all the work that is going into it!
This is the problem I have observed:
pytest-5.3.3breaks usage oflazy_fixtureparametrisation that was working withpytest-5.3.2pytest: 5.3.3 (conda-forge)
pytest-lazy-fixture: 0.6.2
os: macos catalina
python: 3.6.7
This fails with the following error