diff --git a/tests/compas/stubs.py b/tests/compas/stubs.py index 8694305355d..796725f30d6 100644 --- a/tests/compas/stubs.py +++ b/tests/compas/stubs.py @@ -3,7 +3,7 @@ import subprocess import compas -from test_api_stability import get_names_in_module +from donttest_api_stability import get_names_in_module def compas_api(): @@ -80,5 +80,5 @@ def check_compas_stubs(api, stubs): # Main # ============================================================================== -if __name__ == "__main__": - check_compas_stubs(compas_api(), compas_stubs()) +# if __name__ == "__main__": +# check_compas_stubs(compas_api(), compas_stubs())