fix(lib): deprecation warnings (#467)

* fix(lib): deprecation warnings

* fix(tests): collect tests in the correct order

* fix(tests): ignore pydub warning

* fix(tests): correctly ignore warnings

* fix(ci): do we need faulthandler?
This commit is contained in:
Jérome Eertmans
2024-08-27 14:57:23 +02:00
committed by GitHub
parent 924d8210d9
commit 2f4fe9bd06
14 changed files with 54 additions and 130 deletions

View File

@ -33,7 +33,7 @@ def _list_scenes(folder: Path) -> list[str]:
except (
Exception
) as e: # Could not parse this file as a proper presentation config
logger.warn(
logger.warning(
f"Something went wrong with parsing presentation config `{filepath}`: {e}"
)