Skip to content

Commit

Permalink
ignore unclosed event loop warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair authored Mar 1, 2024
1 parent 478aae3 commit ed12c3c
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 @@ -87,6 +87,8 @@ filterwarnings = [
# is being ignored
# Ignore harmless numpy verison warning
"ignore:numpy.ndarray size changed, may indicate binary incompatibility:RuntimeWarning",
# This seems to be a transitive faliure we should investigate
"ignore:unclosed event loop:ResourceWarning",
# https://github.com/pytest-dev/pytest-cov/issues/557
# It was fixed and released but it does not seem to be fixed
"ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning",
Expand Down

0 comments on commit ed12c3c

Please sign in to comment.