Skip to content

Commit 5dc59e6

Browse files
Gavin AguiarGavin Aguiar
authored andcommitted
Removing xdist
1 parent e60cb6a commit 5dc59e6

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/ci_consumption_workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@ jobs:
3333
if: matrix.python-version == 3.7
3434
env:
3535
AzureWebJobsStorage: ${{ secrets.LinuxStorageConnectionString37 }}
36-
run: python -m pytest -n auto --reruns 4 --instafail tests/consumption_tests
36+
run: python -m pytest -n auto --dist loadfile -vv --reruns 4 --instafail tests/consumption_tests
3737
- name: Running 3.8 Tests
3838
if: matrix.python-version == 3.8
3939
env:
4040
AzureWebJobsStorage: ${{ secrets.LinuxStorageConnectionString38 }}
41-
run: python -m pytest -n auto --reruns 4 --instafail tests/consumption_tests
41+
run: python -m pytest -n auto --dist loadfile -vv --reruns 4 --instafail tests/consumption_tests
4242
- name: Running 3.9 Tests
4343
if: matrix.python-version == 3.9
4444
env:
4545
AzureWebJobsStorage: ${{ secrets.LinuxStorageConnectionString39 }}
46-
run: python -m pytest -n auto --reruns 4 --instafail tests/consumption_tests
46+
run: python -m pytest -n auto --dist loadfile -vv --reruns 4 --instafail tests/consumption_tests
4747
- name: Running 3.10 Tests
4848
if: matrix.python-version == 3.10
4949
env:
5050
AzureWebJobsStorage: ${{ secrets.LinuxStorageConnectionString310 }}
51-
run: python -m pytest -n auto --reruns 4 --instafail tests/consumption_tests
51+
run: python -m pytest -n auto --dist loadfile -vv --reruns 4 --instafail tests/consumption_tests

.github/workflows/ci_docker_con_workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
AzureWebJobsEventGridTopicUri: ${{ secrets.LinuxEventGridTopicUriString37 }}
4242
AzureWebJobsEventGridConnectionKey: ${{ secrets.LinuxEventGridConnectionKeyString37 }}
4343
run: |
44-
python -m pytest -n auto --dist loadfile --reruns 4 -vv --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
44+
python -m pytest --reruns 4 -vv --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
4545
- name: Running 3.8 Tests
4646
if: matrix.python-version == 3.8
4747
env:
@@ -53,7 +53,7 @@ jobs:
5353
AzureWebJobsEventGridTopicUri: ${{ secrets.LinuxEventGridTopicUriString38 }}
5454
AzureWebJobsEventGridConnectionKey: ${{ secrets.LinuxEventGridConnectionKeyString38 }}
5555
run: |
56-
python -m pytest -n auto --dist loadfile --reruns 4 -vv --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
56+
python -m pytest --reruns 4 -vv --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
5757
- name: Running 3.9 Tests
5858
if: matrix.python-version == 3.9
5959
env:
@@ -65,7 +65,7 @@ jobs:
6565
AzureWebJobsEventGridTopicUri: ${{ secrets.LinuxEventGridTopicUriString39 }}
6666
AzureWebJobsEventGridConnectionKey: ${{ secrets.LinuxEventGridConnectionKeyString39 }}
6767
run: |
68-
python -m pytest -n auto --dist loadfile --reruns 4 -vv --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
68+
python -m pytest --reruns 4 -vv --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
6969
- name: Running 3.10 Tests
7070
if: matrix.python-version == 3.10
7171
env:
@@ -77,7 +77,7 @@ jobs:
7777
AzureWebJobsEventGridTopicUri: ${{ secrets.LinuxEventGridTopicUriString310 }}
7878
AzureWebJobsEventGridConnectionKey: ${{ secrets.LinuxEventGridConnectionKeyString310 }}
7979
run: |
80-
python -m pytest -n auto --dist loadfile --reruns 4 -vv --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
80+
python -m pytest --reruns 4 -vv --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
8181
- name: Codecov
8282
uses: codecov/[email protected]
8383
with:

.github/workflows/ci_docker_ded_workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
AzureWebJobsEventGridTopicUri: ${{ secrets.LinuxEventGridTopicUriString37 }}
4343
AzureWebJobsEventGridConnectionKey: ${{ secrets.LinuxEventGridConnectionKeyString37 }}
4444
run: |
45-
python -m pytest -n auto --dist loadfile --reruns 4 -vv --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
45+
python -m pytest --reruns 4 -vv --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
4646
- name: Running 3.8 Tests
4747
if: matrix.python-version == 3.8
4848
env:
@@ -54,7 +54,7 @@ jobs:
5454
AzureWebJobsEventGridTopicUri: ${{ secrets.LinuxEventGridTopicUriString38 }}
5555
AzureWebJobsEventGridConnectionKey: ${{ secrets.LinuxEventGridConnectionKeyString38 }}
5656
run: |
57-
python -m pytest -n auto --dist loadfile --reruns 4 -vv --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
57+
python -m pytest --reruns 4 -vv --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
5858
- name: Running 3.9 Tests
5959
if: matrix.python-version == 3.9
6060
env:
@@ -66,7 +66,7 @@ jobs:
6666
AzureWebJobsEventGridTopicUri: ${{ secrets.LinuxEventGridTopicUriString39 }}
6767
AzureWebJobsEventGridConnectionKey: ${{ secrets.LinuxEventGridConnectionKeyString39 }}
6868
run: |
69-
python -m pytest -n auto --dist loadfile --reruns 4 -vv --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
69+
python -m pytest --reruns 4 -vv --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
7070
- name: Running 3.10 Tests
7171
if: matrix.python-version == 3.10
7272
env:
@@ -78,7 +78,7 @@ jobs:
7878
AzureWebJobsEventGridTopicUri: ${{ secrets.LinuxEventGridTopicUriString310 }}
7979
AzureWebJobsEventGridConnectionKey: ${{ secrets.LinuxEventGridConnectionKeyString310 }}
8080
run: |
81-
python -m pytest -n auto --dist loadfile --reruns 4 -vv --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
81+
python -m pytest --reruns 4 -vv --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
8282
- name: Codecov
8383
uses: codecov/[email protected]
8484
with:

0 commit comments

Comments
 (0)