Skip to content

Commit

Permalink
-n auto
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Oct 14, 2023
1 parent 7aa87aa commit 85aba79
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
python -c "from tests import download_test_pdfs; download_test_pdfs()"
- name: Test with pytest
run: |
python -m coverage run --parallel-mode -m pytest tests -vv
python -m coverage run --parallel-mode -m pytest tests -n auto -vv
- name: Upload coverage data
uses: actions/upload-artifact@v3
with:
Expand Down
5 changes: 5 additions & 0 deletions requirements/ci-3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ attrs==23.1.0
# via flake8-bugbear
coverage==7.3.0
# via -r requirements/ci.in
execnet==2.0.2
# via pytest-xdist
flake8==6.1.0
# via
# -r requirements/ci.in
Expand Down Expand Up @@ -53,12 +55,15 @@ pytest==7.4.0
# pytest-benchmark
# pytest-socket
# pytest-timeout
# pytest-xdist
pytest-benchmark==4.0.0
# via -r requirements/ci.in
pytest-socket==0.6.0
# via -r requirements/ci.in
pytest-timeout==2.1.0
# via -r requirements/ci.in
pytest-xdist==3.3.1
# via -r requirements/ci.in
ruff==0.0.290
# via -r requirements/ci.in
typeguard==4.1.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pytest-benchmark
pytest-socket
pytest-timeout
pytest-xdist
# ruff # only take this for 3.11
ruff # only take this for 3.11
typeguard
types-dataclasses
types-Pillow

0 comments on commit 85aba79

Please sign in to comment.