Skip to content

Commit

Permalink
add this back
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Apr 23, 2024
1 parent 50c4755 commit 0b73855
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ def pytest_ignore_collect(path):
if "ghpython" in str(path):
return True

if str(path).endswith("_cli.py"):
return True


@pytest.fixture(autouse=True)
def add_compas(doctest_namespace):
Expand Down

0 comments on commit 0b73855

Please sign in to comment.