mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-29 03:00:14 -04:00
refactor: ops_cloud -> ops_remote [pr] (#10166)
This commit is contained in:
2
test/external/external_test_example.py
vendored
2
test/external/external_test_example.py
vendored
@@ -7,7 +7,7 @@ def multidevice_test(fxn):
|
||||
exclude_devices = getenv("EXCLUDE_DEVICES", "").split(",")
|
||||
def ret(self):
|
||||
for device in Device._devices:
|
||||
if device in ["CLOUD", "DISK", "NPY", "FAKE", "DSP", "NULL"]: continue
|
||||
if device in ["REMOTE", "DISK", "NPY", "FAKE", "DSP", "NULL"]: continue
|
||||
if not CI: print(device)
|
||||
if device in exclude_devices:
|
||||
if not CI: print(f"WARNING: {device} test is excluded")
|
||||
|
||||
Reference in New Issue
Block a user