We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9fb5d2 commit 896400aCopy full SHA for 896400a
1 file changed
src/pytest_cases/plugin.py
@@ -335,7 +335,7 @@ def _build_closure(self,
335
# normal fixture
336
self.add_required_fixture(fixname, fixturedefs)
337
338
- # add all dependencies in the to the list, accounting for overrides
+ # add all dependencies, accounting for overrides
339
if PYTEST9_OR_GREATER:
340
dependencies_set = set()
341
for _fixture_or_overridden in reversed(fixturedefs):
0 commit comments