Skip to content

Commit b175650

Browse files
committed
add back general filterwarnings
1 parent 5efec28 commit b175650

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ filterwarnings = [
163163
"ignore:You are using a Python version.*which Google will stop supporting:FutureWarning:google.api_core",
164164
# Python 3.13 sqlite3 module ResourceWarnings for unclosed database connections
165165
"ignore:unclosed database in <sqlite3.Connection object*:ResourceWarning",
166+
# Ignore Ray subprocess cleanup warnings
167+
"ignore:unclosed file:ResourceWarning",
168+
"ignore:subprocess.*is still running:ResourceWarning",
166169
]
167170

168171
[tool.black]

0 commit comments

Comments
 (0)