Skip to content

Commit 2035498

Browse files
committed
fix gcs test warnings
1 parent fbdd834 commit 2035498

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,10 @@ filterwarnings = [
338338
"ignore:datetime.datetime.utcnow\\(\\) is deprecated and scheduled for removal in a future version.",
339339
# Latest PySpark version (v3.5.3) throws this error, remove in a future release of PySpark (possibly v4.0.0).
340340
"ignore:is_datetime64tz_dtype is deprecated and will be removed in a future version.",
341+
# From fsspec gcsfs
342+
"ignore:pkg_resources is deprecated as an API.",
343+
"ignore:Deprecated call to `pkg_resources\\.declare_namespace\\('.*'\\):DeprecationWarning",
344+
"ignore::DeprecationWarning:google.rpc",
341345
]
342346

343347
[tool.black]

0 commit comments

Comments
 (0)