Skip to content

Commit

Permalink
ignore some more warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bpkroth committed Jan 13, 2025
1 parent e6ba37b commit b582f3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ filterwarnings =
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:.*(IntUniformDistribution.* is deprecated and internally converted to IntDistribution):FutureWarning:optuna:0
ignore:.*(flaml.automl is not available. Please install flaml\[automl\] to enable AutoML functionalities.):UserWarning:flaml: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
Expand Down

0 comments on commit b582f3d

Please sign in to comment.