Skip to content

Commit

Permalink
Switch to tox parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Nov 27, 2024
1 parent ae8909c commit 6a4a19a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
- name: Build and test with tox
shell: bash
run: tox r
run: tox p
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ include-package-data = true

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-v --cache-clear -n 3 -rf --cov=assesspy --cov-report=term --cov-report=html --maxfail=10"
addopts = "-v --cache-clear -rf --cov=assesspy --cov-report=term --cov-report=html --maxfail=10"
console_output_style = "count"
python_classes = "Test"
python_files = "test_*.py"
Expand Down

0 comments on commit 6a4a19a

Please sign in to comment.