Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions python/pylibraft/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,8 @@ wheel.packages = ["pylibraft"]
provider = "scikit_build_core.metadata.regex"
input = "pylibraft/VERSION"
regex = "(?P<value>.*)"

[tool.pytest.ini_options]
filterwarnings = [
"error",
]
2 changes: 2 additions & 0 deletions python/raft-dask/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[pytest]
filterwarnings =
error
markers =
unit: marks unit tests
quality: marks quality tests
Expand Down