diff --git a/.github/workflows/tox.yaml b/.github/workflows/tox.yaml index a47a6e2..316cc3e 100644 --- a/.github/workflows/tox.yaml +++ b/.github/workflows/tox.yaml @@ -18,7 +18,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -U codecov coveralls flake8 mypy pylint tox vulture + pip install -U codecov coveralls flake8 mypy pylint pytest tox vulture - name: Run Tox run: | tox diff --git a/tox.ini b/tox.ini index 0d7b1b1..75a7d99 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ skip_missing_interpreters = true [testenv] deps = - test: pytest<6.0 + test: pytest test,cov: {[testenv:cov]deps} test,py{36,37,38,39,310}-{type,mypy}: colorama py{36,37,38,39,310}-{type,mypy}: {[testenv:mypy]deps}