Skip to content

Commit b44c66c

Browse files
authored
update ignored deprecation warnings (#412)
1 parent 3cef0f7 commit b44c66c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,8 @@ testpaths = [
103103
filterwarnings = [
104104
"error",
105105
"ignore::ResourceWarning",
106-
# httpx 0.27.0 deprecated some functionality that the test client of starlette /
107-
# FastApi use. This should be resolved by the next release of these libraries.
108-
# See https://github.com/encode/starlette/issues/2524
109-
"ignore:The 'app' shortcut is now deprecated:DeprecationWarning",
106+
# https://github.com/lancedb/lancedb/issues/1296
107+
"ignore:Function 'semver.parse_version_info' is deprecated:DeprecationWarning"
110108
]
111109
xfail_strict = true
112110

0 commit comments

Comments
 (0)