Skip to content

Commit

Permalink
add some messages to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bpkroth committed Nov 25, 2024
1 parent bcd57da commit 91e24b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,14 @@ addopts =
testpaths = mlos_core mlos_bench mlos_viz
# Ignore some upstream deprecation warnings.
filterwarnings =
ignore:.*(get_hyperparam|get_dictionary|get_parents_of|(list\(.*values\(\)\))).*:DeprecationWarning:smac:0
ignore:.*(builtin type (swigvarlink|SwigPyObject|SwigPyPacked) has no __module__ attribute):DeprecationWarning:.*:0
ignore:.*(get_hyperparam|get_dictionary|parents_of|(list\(.*values\(\)\))).*:DeprecationWarning:smac:0
ignore:.*(Please leave at default or explicitly set .size=None).*:DeprecationWarning:smac:0
ignore:.*(declarative_base.*function is now available as sqlalchemy.orm.declarative_base):DeprecationWarning:optuna:0
ignore:.*(Trying to register a configuration that was not previously suggested).*:UserWarning:.*llamatune.*:0
ignore:.*(DISPLAY environment variable is set).*:UserWarning:.*conftest.*:0
ignore:.*(coroutine 'sleep' was never awaited).*:RuntimeWarning:.*event_loop_context_test.*:0
ignore:.*(coroutine 'sleep' was never awaited).*:RuntimeWarning:.*test_ssh_service.*:0
ignore:.*(builtin type swigvarlink has no __module__ attribute):DeprecationWarning:.*:0

[coverage:report]
exclude_also =
Expand Down

0 comments on commit 91e24b7

Please sign in to comment.