NVIDIA / NVIDIA/cccl

[FEA]: Turn pytest warnings into errors

Open
#3,445 0 comments 0 reactions 1 assignee Claimed by @rwgk View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.