Commit 1b5e953
committed
windows: add chromewebstore to UNIX_ONLY_PROVIDER_NAMES
CRX extraction on Windows needs either POSIX unzip (not present)
or a bundled unzipper npm package (not currently bundled). The
in-process CRX-header strip + tar -xf fallback I tried isn't
working reliably on the Windows runners. Until someone bundles
unzipper or a pure-JS extractor, treat chromewebstore like
the other Unix-only providers — drop it from
DEFAULT_PROVIDER_NAMES on Windows and let the conftest skip
filter elide test_chromewebstoreprovider.py.1 parent 81358ca commit 1b5e953
1 file changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
45 | 57 | | |
46 | 58 | | |
47 | 59 | | |
| |||
0 commit comments