Unverified Commit a80bd9e0 authored by Mufei Li's avatar Mufei Li Committed by GitHub
Browse files
parent f85da5f5
......@@ -4,7 +4,7 @@ import sys
from dgl.mock_sparse2 import diag, identity, DiagMatrix
# FIXME(issue #4818): Skipping tests on win.
# TODO(#4818): Skipping tests on win.
if not sys.platform.startswith("linux"):
pytest.skip("skipping tests on win", allow_module_level=True)
......
......@@ -6,7 +6,7 @@ import torch
import sys
from dgl.mock_sparse2 import diag
# FIXME(issue #4818): Skipping tests on win.
# TODO(#4818): Skipping tests on win.
if not sys.platform.startswith("linux"):
pytest.skip("skipping tests on win", allow_module_level=True)
......
......@@ -7,7 +7,7 @@ import sys
import dgl
from dgl.mock_sparse2 import create_from_coo, diag
# FIXME(issue #4818): Skipping tests on win.
# TODO(#4818): Skipping tests on win.
if not sys.platform.startswith("linux"):
pytest.skip("skipping tests on win", allow_module_level=True)
......
......@@ -6,7 +6,7 @@ import backend as F
from dgl.mock_sparse2 import create_from_coo, create_from_csr, create_from_csc, val_like
# FIXME(issue #4818): Skipping tests on win.
# TODO(#4818): Skipping tests on win.
if not sys.platform.startswith("linux"):
pytest.skip("skipping tests on win", allow_module_level=True)
......
......@@ -6,7 +6,7 @@ from dgl.mock_sparse2 import diag, create_from_coo
import backend as F
# FIXME(issue #4818): Skipping tests on win.
# TODO(#4818): Skipping tests on win.
if not sys.platform.startswith("linux"):
pytest.skip("skipping tests on win", allow_module_level=True)
......
......@@ -6,7 +6,7 @@ import backend as F
from dgl.mock_sparse2 import create_from_coo
# FIXME(issue #4818): Skipping tests on win.
# TODO(#4818): Skipping tests on win.
if not sys.platform.startswith("linux"):
pytest.skip("skipping tests on win", allow_module_level=True)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment