Commit b18ee17
committed
run_in_pyodide: Add handling for when requested packages are not built
* When running outside of pytest, raise a RuntimeError
* When running in pytest locally, skip the test
* When running in pytest in CI, fail the test
Can configure whether we want the test to be skipped or failed with
the `skip_if_not_all_built` argument.1 parent 1670627 commit b18ee17
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
381 | 382 | | |
382 | 383 | | |
383 | 384 | | |
| 385 | + | |
384 | 386 | | |
385 | 387 | | |
386 | 388 | | |
| |||
403 | 405 | | |
404 | 406 | | |
405 | 407 | | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
406 | 417 | | |
407 | 418 | | |
408 | 419 | | |
| |||
0 commit comments