Skip to content

Commit 4b41847

Browse files
committed
Switch to pytest-forked and parallelize tests
1 parent 3b0ca05 commit 4b41847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
pip install --upgrade pip setuptools wheel
34-
pip install flake8 pytest pytest-xdist-forked
34+
pip install flake8 pytest pytest-forked pytest-xdist
3535
pip install .
3636
3737
- name: Lint with flake8
@@ -43,4 +43,4 @@ jobs:
4343
4444
- name: Running pytest
4545
run: |
46-
pytest tests/ -s -v --boxed
46+
pytest tests/ -s -v --forked -n auto

0 commit comments

Comments
 (0)