From eeb5ca0c5b6a14f5cf7e5ec8f2406397219b7230 Mon Sep 17 00:00:00 2001 From: rmlibre Date: Sat, 1 Jun 2024 12:20:31 -0400 Subject: [PATCH] v0.23.2: Troubleshoot cross-platform time, async, & multiprocessing errors. --- .github/workflows/macos-python-app.yml | 3 +-- .github/workflows/windows-python-app.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos-python-app.yml b/.github/workflows/macos-python-app.yml index 45c8dc1..7565453 100644 --- a/.github/workflows/macos-python-app.yml +++ b/.github/workflows/macos-python-app.yml @@ -25,6 +25,5 @@ jobs: python3 -m pip install --upgrade pip pytest pytest-asyncio coverage aiofiles cryptography - name: test with pytest run: | - coverage run --omit="aiootp/__engagement/*" --source aiootp -p -m pytest -vv tests/test_aiootp.py - coverage combine + coverage run --omit="aiootp/__engagement/*" --source aiootp -m pytest -vv tests/test_aiootp.py coverage report diff --git a/.github/workflows/windows-python-app.yml b/.github/workflows/windows-python-app.yml index fa17220..3627e0f 100644 --- a/.github/workflows/windows-python-app.yml +++ b/.github/workflows/windows-python-app.yml @@ -25,6 +25,5 @@ jobs: python3 -m pip install --upgrade pip pytest pytest-asyncio coverage aiofiles cryptography - name: test with pytest run: | - coverage run --omit="aiootp/__engagement/*" --source aiootp -p -m pytest -vv tests/test_aiootp.py - coverage combine + coverage run --omit="aiootp/__engagement/*" --source aiootp -m pytest -vv tests/test_aiootp.py coverage report