We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cef0f7 commit b44c66cCopy full SHA for b44c66c
pyproject.toml
@@ -103,10 +103,8 @@ testpaths = [
103
filterwarnings = [
104
"error",
105
"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",
+ # https://github.com/lancedb/lancedb/issues/1296
+ "ignore:Function 'semver.parse_version_info' is deprecated:DeprecationWarning"
110
]
111
xfail_strict = true
112
0 commit comments