Skip to content

Commit 89df0a5

Browse files
committed
really
1 parent 82b69c8 commit 89df0a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/compas/stubs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import subprocess
44
import compas
55

6-
from test_api_stability import get_names_in_module
6+
from donttest_api_stability import get_names_in_module
77

88

99
def compas_api():
@@ -80,5 +80,5 @@ def check_compas_stubs(api, stubs):
8080
# Main
8181
# ==============================================================================
8282

83-
if __name__ == "__main__":
84-
check_compas_stubs(compas_api(), compas_stubs())
83+
# if __name__ == "__main__":
84+
# check_compas_stubs(compas_api(), compas_stubs())

0 commit comments

Comments
 (0)