Skip to content

Commit bc63c26

Browse files
committed
pytest --parallel-threads=auto
1 parent 655619e commit bc63c26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: astral-sh/ruff-action@v3
3737
- run: ruff format --check --diff
3838
- name: Test with pytest
39-
run: pytest --iterations=8 --parallel-threads=auto
39+
run: pytest --parallel-threads=auto
4040
# - name: Run doctests with pytest
4141
# run: pytest --doctest-modules
4242
- name: Test CLI commands on a pipx install

0 commit comments

Comments
 (0)