We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07f103 commit 3f7e114Copy full SHA for 3f7e114
2 files changed
.github/workflows/e2e-test.yaml
@@ -103,8 +103,7 @@ jobs:
103
E2E_IMAGE: ${{ steps.pr-info.outputs.image }}
104
E2E_CONTAINER_RUNTIME: podman
105
run: |
106
- pytest tests/e2e/ -v --tb=long --junitxml=e2e-results.xml -m e2e
107
-
+ pytest tests/e2e/ -v --tb=long --junitxml=e2e-results.xml -m e2e -n auto --dist loadscope
108
- name: Upload E2E test logs
109
if: always() && steps.e2e-tests.outcome != 'skipped'
110
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
requirements.dev.txt
@@ -5,5 +5,6 @@ coverage==7.13.4
5
mypy==1.19.1
6
pytest==9.0.2
7
pytest-cov==7.0.0
8
+pytest-xdist==3.8.0
9
ruff==0.15.5
10
types-PyYAML==6.0.12.20250915
0 commit comments