We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19bed90 commit fc41fd5Copy full SHA for fc41fd5
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)
+@pytest.fixture(autouse=True) # noqa: RUF076
18
def init_cuda_context():
19
yield from init_cuda_context_fixture()
20
0 commit comments