Skip to content

Commit

Permalink
use importlib
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Oct 2, 2024
1 parent 9467bdf commit b729f5f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,13 @@ where = ["src"]
minversion = "6.0"
testpaths = ["tests", "src/compas_cgal"]
python_files = ["test_*.py", "*_test.py", "test.py"]
addopts = ["-ra", "--strict-markers", "--doctest-glob=*.rst", "--tb=short"]
addopts = [
"-ra",
"--strict-markers",
"--doctest-glob=*.rst",
"--tb=short",
"--import-mode=importlib",
]
doctest_optionflags = [
"NORMALIZE_WHITESPACE",
"IGNORE_EXCEPTION_DETAIL",
Expand Down

0 comments on commit b729f5f

Please sign in to comment.