Skip to content

Commit

Permalink
stop testing api for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Sep 20, 2023
1 parent c7337e4 commit 82b69c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion tests/compas/stubs.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

def compas_api():
modules = [
"compas.artists",
"compas.data",
"compas.datastructures",
"compas.files",
Expand All @@ -31,7 +32,7 @@ def compas_stubs():
HOME = os.path.abspath(os.path.join(HERE, "../.."))
TEMP = os.path.abspath(os.path.join(HOME, "temp/stubs"))
DOCS = os.path.abspath(os.path.join(HOME, "docs"))
API = os.path.abspath(os.path.join(DOCS, "api"))
API = os.path.abspath(os.path.join(DOCS, "reference"))

shutil.rmtree(TEMP, ignore_errors=True)

Expand Down

0 comments on commit 82b69c8

Please sign in to comment.