Skip to content

Commit 454a96f

Browse files
committed
Revert "Silence ruff warning about autouse fixture"
This reverts commit daa44c3.
1 parent fc41fd5 commit 454a96f

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) # noqa: RUF076
17+
@pytest.fixture(autouse=True)
1818
def init_cuda_context():
1919
yield from init_cuda_context_fixture()
2020

0 commit comments

Comments
 (0)