|
41 | 41 | AzureWebJobsEventGridTopicUri: ${{ secrets.LinuxEventGridTopicUriString37 }}
|
42 | 42 | AzureWebJobsEventGridConnectionKey: ${{ secrets.LinuxEventGridConnectionKeyString37 }}
|
43 | 43 | 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 |
45 | 45 | - name: Running 3.8 Tests
|
46 | 46 | if: matrix.python-version == 3.8
|
47 | 47 | env:
|
|
53 | 53 | AzureWebJobsEventGridTopicUri: ${{ secrets.LinuxEventGridTopicUriString38 }}
|
54 | 54 | AzureWebJobsEventGridConnectionKey: ${{ secrets.LinuxEventGridConnectionKeyString38 }}
|
55 | 55 | 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 |
57 | 57 | - name: Running 3.9 Tests
|
58 | 58 | if: matrix.python-version == 3.9
|
59 | 59 | env:
|
|
65 | 65 | AzureWebJobsEventGridTopicUri: ${{ secrets.LinuxEventGridTopicUriString39 }}
|
66 | 66 | AzureWebJobsEventGridConnectionKey: ${{ secrets.LinuxEventGridConnectionKeyString39 }}
|
67 | 67 | 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 |
69 | 69 | - name: Running 3.10 Tests
|
70 | 70 | if: matrix.python-version == 3.10
|
71 | 71 | env:
|
|
77 | 77 | AzureWebJobsEventGridTopicUri: ${{ secrets.LinuxEventGridTopicUriString310 }}
|
78 | 78 | AzureWebJobsEventGridConnectionKey: ${{ secrets.LinuxEventGridConnectionKeyString310 }}
|
79 | 79 | 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 |
81 | 81 | - name: Codecov
|
82 | 82 |
|
83 | 83 | with:
|
|
0 commit comments