Skip to content

Commit

Permalink
Remove tox requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
fronzbot authored Jun 7, 2024
1 parent c4c70e5 commit 79d7fd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements_test.txt
pip install tox tox-gh-actions
- name: Tests
run: |
tox -r
pytest --timeout=30 --durations=10 --cov=blinkpy --cov-report term-missing

0 comments on commit 79d7fd5

Please sign in to comment.