Skip to content

Commit

Permalink
Merge pull request #163 from PrincipleOfLeastAction/master
Browse files Browse the repository at this point in the history
Fix broken pytest on github actions
  • Loading branch information
sbidy committed Jun 5, 2024
2 parents 5733af4 + 6207264 commit b93f1cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Test with pytest
run: |
pytest --durations=0 --cov=pywizlight --cov-report term-missing --cov-report xml
pytest --asyncio-mode=auto --durations=0 --cov=pywizlight --cov-report term-missing --cov-report xml
- name: Upload codecov
uses: codecov/codecov-action@v2
1 change: 0 additions & 1 deletion pywizlight/push_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@


class PushManager:

_manager = None

@classmethod
Expand Down

0 comments on commit b93f1cc

Please sign in to comment.