Skip to content

Commit

Permalink
stop pytest from executing test_misra.sh in test collections
Browse files Browse the repository at this point in the history
- in each test_mutation.py worker
  • Loading branch information
dzid26 committed Sep 6, 2024
1 parent 93776fd commit bfcc438
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
timeout-minutes: 1
run: ${{ env.RUN }} "cd tests/misra && ./test_misra.sh"
- name: MISRA mutation tests
timeout-minutes: 5
timeout-minutes: 3
run: ${{ env.RUN }} "cd tests/misra && pytest -n8 test_mutation.py"

static_analysis:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ flake8-implicit-str-concat.allow-multiline=false
"pytest.main".msg = "pytest.main requires special handling that is easy to mess up!"

[tool.pytest.ini_options]
addopts = "-n auto"
addopts = "-n auto --ignore=test_misra.sh"

0 comments on commit bfcc438

Please sign in to comment.