Skip to content

Commit

Permalink
fix: fixed pipeline and tox file
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Sep 21, 2022
1 parent ba0f79d commit fed5298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit fed5298

Please sign in to comment.