Skip to content

Commit

Permalink
Drop blank lines in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored Jan 21, 2025
1 parent 01e19bb commit bbd5894
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/cuml/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ max_allowed_size_compressed = '1.5G'

[tool.pytest.ini_options]
addopts = "--tb=native"

markers = [
"unit: Quickest tests focused on accuracy and correctness",
"quality: More intense tests than unit with increased runtimes",
Expand All @@ -40,15 +39,13 @@ markers = [
"ucx: Run _only_ Dask UCX-Py tests",
"ucxx: Run _only_ Dask UCXX tests",
]

testpaths = [
"cuml/tests",
"cuml/tests/dask",
"cuml/tests/experimental",
"cuml/tests/explainer",
"cuml/tests/stemmer_tests",
]

filterwarnings = [
"error::FutureWarning",
"error::DeprecationWarning",
Expand Down

0 comments on commit bbd5894

Please sign in to comment.