We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c56e49b commit 0808139Copy full SHA for 0808139
1 file changed
cuda_core/tests/system/conftest.py
@@ -14,7 +14,7 @@
14
15
16
@contextmanager
17
-def unsupported_before(device: system.Device, expected_device_arch: system.DeviceArch | str | None):
+def unsupported_before(device, expected_device_arch):
18
device_arch = device.arch
19
20
if isinstance(expected_device_arch, system.DeviceArch):
0 commit comments