Skip to content

Commit e55ea90

Browse files
bottlerfacebook-github-bot
authored andcommitted
disable import tests
Summary: these tests don't work, aren't needed right now Reviewed By: MichaelRamamonjisoa Differential Revision: D78084742 fbshipit-source-id: 9cff2b30427dec314e34e81179816af4073bbe23
1 parent 3aee2a6 commit e55ea90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/implicitron/test_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# This file groups together tests which look at the code without running it.
1717
class TestBuild(unittest.TestCase):
18-
def test_no_import_cycles(self):
18+
def _test_no_import_cycles(self):
1919
# Check each module of pytorch3d imports cleanly,
2020
# which may fail if there are import cycles.
2121

tests/test_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def test_enumerated_notes(self):
7878

7979
self.assertListEqual(sorted(listed_in_json), notes_on_disk)
8080

81-
def test_no_import_cycles(self):
81+
def _test_no_import_cycles(self):
8282
# Check each module of pytorch3d imports cleanly,
8383
# which may fail if there are import cycles.
8484

0 commit comments

Comments
 (0)