From e1f28387bf3c3caf58e20fec6273c2e6c4093c38 Mon Sep 17 00:00:00 2001 From: Frank Hoffmann <15r10nk-git@polarbit.de> Date: Wed, 21 Sep 2022 20:05:56 +0200 Subject: [PATCH] fix: fixed pipeline and tox file --- .github/workflows/test.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eaaf8fc..4fbdece 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: env: EXECUTING_SLOW_TESTS: 1 run: | - coverage run --include=executing/executing.py --append -m pytest tests/test_pytest.py + coverage run --include=executing/executing.py --append -m pytest tests coverage report -m - name: Coveralls Python uses: AndreMiras/coveralls-python-action@v20201129 diff --git a/tox.ini b/tox.ini index 98d8249..3ef2d9e 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ envlist = py27,py34,py35,py36,py37,py38,py39,py310,py311,pypy2,pypy35,pypy36 [testenv] commands = - pytest tests/test_pytest.py tests/test_main.py {posargs} + pytest tests {posargs} deps = .[tests] passenv =