|
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: |
@@ -41,6 +42,7 @@ gnu-15.2.0: |
41 | 42 | ctest_options: |
42 | 43 | # disable s_http* tests |
43 | 44 | - -L nightly -E '(s_http)' |
| 45 | + requirements: libs/pyext/test/requirements-test.txt |
44 | 46 |
|
45 | 47 | gnu-14.2.0: |
46 | 48 | build: |
@@ -73,6 +75,7 @@ gnu-14.2.0: |
73 | 75 | ctest_options: |
74 | 76 | # disable s_http* tests |
75 | 77 | - -L nightly -E '(s_http)' |
| 78 | + requirements: libs/pyext/test/requirements-test.txt |
76 | 79 |
|
77 | 80 | gnu-12.2.0: |
78 | 81 | build: |
@@ -101,6 +104,7 @@ gnu-12.2.0: |
101 | 104 | ctest_options: |
102 | 105 | # disable s_http* tests |
103 | 106 | - -L nightly -E '(s_http)' |
| 107 | + requirements: libs/pyext/test/requirements-test.txt |
104 | 108 |
|
105 | 109 | gnu-8.5.0: |
106 | 110 | build: |
@@ -129,6 +133,7 @@ gnu-8.5.0: |
129 | 133 | ctest_options: |
130 | 134 | # disable s_http* tests |
131 | 135 | - -L nightly -E '(s_http)' |
| 136 | + requirements: libs/pyext/test/requirements-test.txt |
132 | 137 |
|
133 | 138 | intel-2025.3.1: |
134 | 139 | build: |
@@ -159,6 +164,7 @@ intel-2025.3.1: |
159 | 164 | ctest_options: |
160 | 165 | # disable s_http* tests |
161 | 166 | - -L nightly -E '(s_http)' |
| 167 | + requirements: libs/pyext/test/requirements-test.txt |
162 | 168 |
|
163 | 169 | intel-2025.0.1: |
164 | 170 | build: |
@@ -192,6 +198,7 @@ intel-2025.0.1: |
192 | 198 | ctest_options: |
193 | 199 | # disable s_http* tests |
194 | 200 | - -L nightly -E '(s_http)' |
| 201 | + requirements: libs/pyext/test/requirements-test.txt |
195 | 202 |
|
196 | 203 | intel-2021.4.0: |
197 | 204 | build: |
@@ -220,6 +227,7 @@ intel-2021.4.0: |
220 | 227 | # Note: Python 3.10.10-01, provides Pybind11 2.10.3. |
221 | 228 | ctest_options: |
222 | 229 | - -L nightly -E '(py3_|s_http)' |
| 230 | + requirements: libs/pyext/test/requirements-test.txt |
223 | 231 |
|
224 | 232 | nvidia-24.11: |
225 | 233 | build: |
@@ -252,6 +260,7 @@ nvidia-24.11: |
252 | 260 | ctest_options: |
253 | 261 | # disable all tests |
254 | 262 | - --version |
| 263 | + requirements: libs/pyext/test/requirements-test.txt |
255 | 264 |
|
256 | 265 | nvidia-22.11: |
257 | 266 | build: |
@@ -280,6 +289,7 @@ nvidia-22.11: |
280 | 289 | ctest_options: |
281 | 290 | # disable all tests |
282 | 291 | - --version |
| 292 | + requirements: libs/pyext/test/requirements-test.txt |
283 | 293 |
|
284 | 294 | aocc-4.0.0: |
285 | 295 | build: |
@@ -308,3 +318,4 @@ aocc-4.0.0: |
308 | 318 | ctest_options: |
309 | 319 | # disable all tests |
310 | 320 | - --version |
| 321 | + requirements: libs/pyext/test/requirements-test.txt |
0 commit comments