Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 2s
Deploy to Testnet / deploy-testnet (push) Successful in 1m9s
Multi-Node Stress Testing / stress-test (push) Successful in 4s
Node Failover Simulation / failover-test (push) Successful in 3s
Python Tests / test-python (push) Failing after 1m7s
- Replace httpx.AsyncClient with Starlette TestClient for synchronous testing - Remove pytest_asyncio dependency and @pytest.mark.asyncio decorators - Add sys.path manipulation to import agent-coordinator app module - Change coordinator_client fixture from async to sync using create_app() - Convert all test methods from async to sync by removing async/await keywords - Remove await calls from all HTTP requests (