Skip to content

Commit

Permalink
fix: correct paths for ignored tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sg-s committed Nov 15, 2024
1 parent f97c7f1 commit 3a55e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ test-github:
python3 -m coverage run -m pytest -k $(chosen_tests) --client $(client)

test-github-live:
python3 -m coverage run -m pytest --ignore=test_config.py --ignore=test_context.py --client default -n "auto"
python3 -m coverage run -m pytest --ignore=tests/test_config.py --ignore=tests/test_context.py --client default -n "auto"

0 comments on commit 3a55e39

Please sign in to comment.