aminghadersohi opened a new pull request, #36251: URL: https://github.com/apache/superset/pull/36251
## Summary - Added pytest-asyncio to development dependencies (version 0.23.8) - Configured pytest.ini with asyncio_mode=auto to enable async test execution - Fixes 120 skipped async tests in MCP service tests ## Changes - pyproject.toml: Added pytest-asyncio to development dependencies - pytest.ini: Added asyncio_mode=auto configuration - requirements/development.txt: Compiled with pytest-asyncio==0.23.8 ## Compatibility - pytest-asyncio 0.23.8 is compatible with existing pytest <8.0.0 constraint - All 186 MCP service tests now pass without skips ## Test Plan ```bash pytest tests/unit_tests/mcp_service # Result: 186 passed in 8s (previously 66 passed, 120 skipped) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
