Skip to content

Commit

Permalink
v0.23.2: Troubleshoot cross-platform time, async, & multiprocessing e…
Browse files Browse the repository at this point in the history
…rrors.
  • Loading branch information
rmlibre committed Jun 1, 2024
1 parent 8d00d3f commit eeb5ca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/macos-python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions .github/workflows/windows-python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eeb5ca0

Please sign in to comment.