Skip to content

Commit

Permalink
fix: remove obsolete filterwarnings from pytest.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoutsovasilis committed Jun 20, 2024
1 parent 22fc67a commit c16052d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ timeout_func_only = True

# Fail on deprecation warnings
filterwarnings =
error::yaml.YAMLLoadWarning
error::DeprecationWarning
# Ignore distutil Version class deprecation in the compose package until it can be upgraded not to use them.
ignore:distutils Version classes are deprecated. Use packaging.version instead.:DeprecationWarning:.*compose.*
Expand Down

0 comments on commit c16052d

Please sign in to comment.