mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-07-30 18:32:49 +08:00
disable import tests
Summary: these tests don't work, aren't needed right now Reviewed By: MichaelRamamonjisoa Differential Revision: D78084742 fbshipit-source-id: 9cff2b30427dec314e34e81179816af4073bbe23
This commit is contained in:
parent
3aee2a6005
commit
e55ea90609
@ -15,7 +15,7 @@ from tests.common_testing import get_pytorch3d_dir
|
||||
|
||||
# This file groups together tests which look at the code without running it.
|
||||
class TestBuild(unittest.TestCase):
|
||||
def test_no_import_cycles(self):
|
||||
def _test_no_import_cycles(self):
|
||||
# Check each module of pytorch3d imports cleanly,
|
||||
# which may fail if there are import cycles.
|
||||
|
||||
|
@ -78,7 +78,7 @@ class TestBuild(unittest.TestCase):
|
||||
|
||||
self.assertListEqual(sorted(listed_in_json), notes_on_disk)
|
||||
|
||||
def test_no_import_cycles(self):
|
||||
def _test_no_import_cycles(self):
|
||||
# Check each module of pytorch3d imports cleanly,
|
||||
# which may fail if there are import cycles.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user