Skip to content
Closed
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
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ addopts =
--tb=native
# turn warnings into errors
-Werror
filterwarnings =
# Suppress Python 3.10 EOL warning from google-api-core
ignore:You are using a Python version \(3\.10\..*\) which Google will stop supporting:FutureWarning:google.api_core
markers =
gpu: test gpu working properly
preemptible: test preemptible instances
Expand Down
Loading