This repository was archived by the owner on Sep 1, 2024. It is now read-only.
Commit 138c66a
committed
Avoid fetching manifest in xdist workers on failure
xdist workers don't have access to the API key and cannot fetch the
manifest. Prior to this change, the xdist worker would attempt to
fetch the manifest if the fetch attempt in the parent process failed.
This change fixes the bug so that xdist workers will never attempt
to fetch the manifest, even if the fetch in the parent process failed.1 parent c6ab89a commit 138c66a
2 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
| 162 | + | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
169 | | - | |
| 168 | + | |
170 | 169 | | |
171 | 170 | | |
172 | 171 | | |
| |||
0 commit comments