Skip to content

Commit

Permalink
Add import-mode=importlib
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Oct 9, 2024
1 parent c9c00a9 commit 343e31c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/pylibcudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ skip = [
]

[tool.pytest.ini_options]
addopts = "--tb=native --strict-config --strict-markers"
# --import-mode=importlib because two test_json.py exists and tests directory is not a structured module
addopts = "--tb=native --strict-config --strict-markers --import-mode=importlib"
empty_parameter_set_mark = "fail_at_collect"
filterwarnings = [
"error",
Expand Down

0 comments on commit 343e31c

Please sign in to comment.