[FEA]: Turn pytest warnings into errors
Open
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
As suggested by @shwina here:
* https://github.com/NVIDIA/cccl/pull/3233#discussion_r1904059668
For easy future reference, this is the suggested pyproject.toml change:
* https://github.com/rapidsai/cudf/blob/955b1f4566abccf920a022dc78a1e654acf0de16/python/cudf/pyproject.toml#L97-L100
```
[tool.pytest.ini_options]
filterwarnings = [
"error",
"ignore:::.*xdist.*",
"ignore:::.*pytest.*",
]
```
Contributor guide
Assessment
This issue has not been assessed yet.