From d6bbf0dcffd04900fd1d55bb18f903d5ddedc374 Mon Sep 17 00:00:00 2001 From: deedy5 <65482418+deedy5@users.noreply.github.com> Date: Thu, 6 Feb 2025 17:53:48 +0300 Subject: [PATCH] ci(pytest): add pytest-asyncio --- .github/workflows/CI.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8747c6c..fc2fefc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -76,7 +76,7 @@ jobs: for version in 3.8 3.9 3.10 3.11 3.12 3.13; do uv venv --preview --python $version source .venv/bin/activate - uv pip install certifi pytest typing_extensions + uv pip install certifi pytest pytest-asyncio typing_extensions uv pip install primp --no-index --find-links dist --force-reinstall pytest done @@ -96,7 +96,7 @@ jobs: for version in 3.8 3.9 3.10 3.11 3.12 3.13; do uv venv --preview --python $version source .venv/bin/activate - uv pip install certifi pytest typing_extensions + uv pip install certifi pytest pytest-asyncio typing_extensions uv pip install primp --no-index --find-links dist --force-reinstall pytest done @@ -114,7 +114,7 @@ jobs: set -e python3 -m venv .venv source .venv/bin/activate - pip install certifi pytest typing_extensions + pip install certifi pytest pytest-asyncio typing_extensions pip install primp --no-index --find-links dist --force-reinstall pytest @@ -188,7 +188,7 @@ jobs: for version in 3.8 3.9 3.10 3.11 3.12 3.13; do python$version -m venv .venv source .venv/bin/activate - pip install certifi pytest typing_extensions + pip install certifi pytest pytest-asyncio typing_extensions pip install primp --no-index --find-links dist --force-reinstall pytest done @@ -230,7 +230,7 @@ jobs: for version in 3.8 3.9 3.10 3.11 3.12 3.13; do uv venv --preview --python $version source .venv/Scripts/activate - uv pip install certifi pytest typing_extensions + uv pip install certifi pytest pytest-asyncio typing_extensions uv pip install primp --no-index --find-links dist --force-reinstall pytest done @@ -269,7 +269,7 @@ jobs: for version in 3.8 3.9 3.10 3.11 3.12 3.13; do uv venv --preview --python $version source .venv/bin/activate - uv pip install certifi pytest typing_extensions + uv pip install certifi pytest pytest-asyncio typing_extensions uv pip install primp --no-index --find-links dist --force-reinstall pytest done