Commit 7344630
[rhoai-2.25] RHAIENG-6036: skip PDF export on s390x and ppc64le via container_arch (#2497)
Backport the container_arch fixture approach from main (opendatahub-io#3472) instead of
starting a throwaway container inside test_pdf_export. PDF export is not
supported on these architectures; the skip is not a CI flake workaround.
(cherry picked from commit 3e4958b)
Co-authored-by: Cursor <cursoragent@cursor.com>
* RHAIENG-6036: fix(tests): session-scope image parametrization for container_arch
Session-scoped container_arch depends on image; metafunc.parametrize
must pass scope="session" or pytest raises ScopeMismatch (pytest #634).
* RHAIENG-6036: chore(tests): add message to --image assert guard
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent ba8d7dd commit 7344630
2 files changed
Lines changed: 28 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
63 | 69 | | |
64 | 70 | | |
65 | 71 | | |
| |||
125 | 131 | | |
126 | 132 | | |
127 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
128 | 152 | | |
129 | 153 | | |
130 | 154 | | |
| |||
Lines changed: 3 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
60 | 62 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | 63 | | |
70 | 64 | | |
71 | 65 | | |
| |||
0 commit comments