From fcd04603b77d5411e3202f2f7c66c9f2366d892b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 13 May 2026 00:41:22 +0000 Subject: [PATCH] Pin pytest below 9 in CI tests workflow Agent-Logs-Url: https://github.com/Robotmad/HexManager/sessions/8324d722-1083-4ef3-820b-ab85cad7843c Co-authored-by: Robotmad <3315650+Robotmad@users.noreply.github.com> --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f7dd312..77a289a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,7 +52,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r ./sim/requirements.txt - pip install pytest + pip install "pytest<9" - name: Run the tests run: | cd ./sim/apps/HexManager