Commit f3f35b7
test(cufile): drop useless yield from prewarm fixture
The _cufile_driver_prewarm fixture has no teardown — the open/close cycle
is setup-only. Keeping a trailing `yield` made ruff's PT022
(pytest-useless-yield-fixture) flag it. Drop the yield so the fixture runs
as pure setup.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 0ac7498 commit f3f35b7
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
187 | 186 | | |
188 | 187 | | |
189 | 188 | | |
| |||
0 commit comments