Skip to content

Commit fc41fd5

Browse files
committed
Silence ruff warning about autouse fixture
1 parent 19bed90 commit fc41fd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_gpuarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from pycuda.tools import init_cuda_context_fixture
1515

1616

17-
@pytest.fixture(autouse=True)
17+
@pytest.fixture(autouse=True) # noqa: RUF076
1818
def init_cuda_context():
1919
yield from init_cuda_context_fixture()
2020

0 commit comments

Comments
 (0)