diff --git a/pyproject.toml b/pyproject.toml index d6d4e336..d558927f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,9 +43,6 @@ dev = [ ] [tool.pytest.ini_options] -filterwarnings = [ - "ignore:Use ai_client.send_result.*:DeprecationWarning", -] markers = [ "integration: marks tests as integration tests (requires live GUI)", "clean_install: clean install verification (opt-in via RUN_CLEAN_INSTALL_TEST=1)",