Skip to content

Commit

Permalink
chore: ignore duckdb-engine warning about reflection on indices
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Sep 12, 2022
1 parent 9fd9174 commit 7513d94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ filterwarnings = [
"ignore:getargs.* The 'u' format is deprecated:DeprecationWarning",
# findspec
"ignore: _SixMetaPathImporter.find_spec()",
# duckdb-engine
"ignore:duckdb-engine doesn't yet support reflection on indices:"
]
empty_parameter_set_mark = "fail_at_collect"
norecursedirs = [
Expand Down

0 comments on commit 7513d94

Please sign in to comment.