Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEA]: Turn pytest warnings into errors #3445

Open
rwgk opened this issue Jan 18, 2025 · 0 comments
Open

[FEA]: Turn pytest warnings into errors #3445

rwgk opened this issue Jan 18, 2025 · 0 comments
Assignees

Comments

@rwgk
Copy link
Contributor

rwgk commented Jan 18, 2025

As suggested by @shwina here:

For easy future reference, this is the suggested pyproject.toml change:

[tool.pytest.ini_options]
filterwarnings = [
    "error",
    "ignore:::.*xdist.*",
    "ignore:::.*pytest.*",
]
@rwgk rwgk self-assigned this Jan 18, 2025
@github-project-automation github-project-automation bot moved this to Todo in CCCL Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant