Skip to content

Commit

Permalink
chore(endpoint): ignore the future warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vit-zikmund committed Mar 8, 2024
1 parent 3718c69 commit 0783904
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 @@ -126,6 +126,8 @@ filterwarnings = [
"ignore:.*pkg_resources\\.declare_namespace:DeprecationWarning",
# Bug in kopf
"ignore:.*require all values to be sortable:DeprecationWarning:kopf.*",
# Our warnings towards users
"ignore::FutureWarning",
]
# The python_files setting is not for test detection (pytest will pick up any
# test files named *_test.py without this setting) but to enable special
Expand Down

0 comments on commit 0783904

Please sign in to comment.