From 929dc3e5fb9c1ca5cb64972c9184b6a8c8b90745 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 28 Feb 2026 21:44:54 +0000 Subject: [PATCH 1/2] Initial plan From b5007423fa968a00092d434f098ca059ab4753e2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 28 Feb 2026 21:48:12 +0000 Subject: [PATCH 2/2] Add pytest-asyncio back to tests/requirements.txt Co-authored-by: shaypal5 <917954+shaypal5@users.noreply.github.com> --- tests/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/requirements.txt b/tests/requirements.txt index c0fe4d4c..f4e666d0 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,6 +1,7 @@ # todo: add some version range or pinning latest versions # tests and coverages pytest +pytest-asyncio pytest-xdist # for parallel test execution pytest-rerunfailures # for retrying flaky tests coverage