We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b69c8 commit 89df0a5Copy full SHA for 89df0a5
tests/compas/stubs.py
@@ -3,7 +3,7 @@
3
import subprocess
4
import compas
5
6
-from test_api_stability import get_names_in_module
+from donttest_api_stability import get_names_in_module
7
8
9
def compas_api():
@@ -80,5 +80,5 @@ def check_compas_stubs(api, stubs):
80
# Main
81
# ==============================================================================
82
83
-if __name__ == "__main__":
84
- check_compas_stubs(compas_api(), compas_stubs())
+# if __name__ == "__main__":
+# check_compas_stubs(compas_api(), compas_stubs())
0 commit comments