Skip to content

Commit 7bbea54

Browse files
committed
Running Python tests in parallel
1 parent e1215de commit 7bbea54

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ jobs:
101101
max_attempts: 3
102102
command: |
103103
cd examples/python
104-
pytest --reruns 3
104+
pytest --reruns 3 -n auto

examples/python/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ pytest-rerunfailures==15.1
66
flake8==7.3.0
77
requests==2.32.4
88
tox==4.28.4
9+
pytest-xdist==3.8.0

0 commit comments

Comments
 (0)