From 79d7fd5bacd1ee180ecc2dbeb560ec370adddca2 Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Fri, 7 Jun 2024 14:55:11 -0400 Subject: [PATCH] Remove tox requirement --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ed88a3b2..1f864a18 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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