|
12 | 12 | - -DENABLE_ALL_TESTS=ON |
13 | 13 | ctest_options: |
14 | 14 | - -L nightly |
| 15 | + requirements: libs/pyext/test/requirements-test.txt |
15 | 16 |
|
16 | 17 | gnu-15.2.0: |
17 | 18 | build: |
@@ -42,6 +43,7 @@ gnu-15.2.0: |
42 | 43 | ctest_options: |
43 | 44 | # disable s_http* tests |
44 | 45 | - -L nightly -E '(s_http)' |
| 46 | + requirements: libs/pyext/test/requirements-test.txt |
45 | 47 |
|
46 | 48 | gnu-14.2.0: |
47 | 49 | build: |
@@ -75,6 +77,7 @@ gnu-14.2.0: |
75 | 77 | ctest_options: |
76 | 78 | # disable s_http* tests |
77 | 79 | - -L nightly -E '(s_http)' |
| 80 | + requirements: libs/pyext/test/requirements-test.txt |
78 | 81 |
|
79 | 82 | gnu-12.2.0: |
80 | 83 | build: |
@@ -103,6 +106,7 @@ gnu-12.2.0: |
103 | 106 | ctest_options: |
104 | 107 | # disable s_http* tests |
105 | 108 | - -L nightly -E '(s_http)' |
| 109 | + requirements: libs/pyext/test/requirements-test.txt |
106 | 110 |
|
107 | 111 | gnu-8.5.0: |
108 | 112 | build: |
@@ -131,6 +135,7 @@ gnu-8.5.0: |
131 | 135 | ctest_options: |
132 | 136 | # disable s_http* tests |
133 | 137 | - -L nightly -E '(s_http)' |
| 138 | + requirements: libs/pyext/test/requirements-test.txt |
134 | 139 |
|
135 | 140 | intel-2025.3.1: |
136 | 141 | build: |
@@ -161,6 +166,7 @@ intel-2025.3.1: |
161 | 166 | ctest_options: |
162 | 167 | # disable s_http* tests |
163 | 168 | - -L nightly -E '(s_http)' |
| 169 | + requirements: libs/pyext/test/requirements-test.txt |
164 | 170 |
|
165 | 171 | intel-2025.0.1: |
166 | 172 | build: |
@@ -194,6 +200,7 @@ intel-2025.0.1: |
194 | 200 | ctest_options: |
195 | 201 | # disable s_http* tests |
196 | 202 | - -L nightly -E '(s_http)' |
| 203 | + requirements: libs/pyext/test/requirements-test.txt |
197 | 204 |
|
198 | 205 | intel-2021.4.0: |
199 | 206 | build: |
@@ -222,6 +229,7 @@ intel-2021.4.0: |
222 | 229 | # Note: Python 3.10.10-01, provides Pybind11 2.10.3. |
223 | 230 | ctest_options: |
224 | 231 | - -L nightly -E '(py3_|s_http)' |
| 232 | + requirements: libs/pyext/test/requirements-test.txt |
225 | 233 |
|
226 | 234 | nvidia-24.11: |
227 | 235 | build: |
@@ -254,6 +262,7 @@ nvidia-24.11: |
254 | 262 | ctest_options: |
255 | 263 | # disable all tests |
256 | 264 | - --version |
| 265 | + requirements: libs/pyext/test/requirements-test.txt |
257 | 266 |
|
258 | 267 | nvidia-22.11: |
259 | 268 | build: |
@@ -282,6 +291,7 @@ nvidia-22.11: |
282 | 291 | ctest_options: |
283 | 292 | # disable all tests |
284 | 293 | - --version |
| 294 | + requirements: libs/pyext/test/requirements-test.txt |
285 | 295 |
|
286 | 296 | aocc-4.0.0: |
287 | 297 | build: |
@@ -310,3 +320,4 @@ aocc-4.0.0: |
310 | 320 | ctest_options: |
311 | 321 | # disable all tests |
312 | 322 | - --version |
| 323 | + requirements: libs/pyext/test/requirements-test.txt |
0 commit comments