1 parent fc41fd5 commit 454a96fCopy full SHA for 454a96f
1 file changed
test/test_gpuarray.py
@@ -14,7 +14,7 @@
14
from pycuda.tools import init_cuda_context_fixture
15
16
17
-@pytest.fixture(autouse=True) # noqa: RUF076
+@pytest.fixture(autouse=True)
18
def init_cuda_context():
19
yield from init_cuda_context_fixture()
20
0 commit comments