1919 RERUN_TESTS_ON_FAILURE : ' true'
2020 RUN_TESTS_MAX_ATTEMPTS : 2
2121 TEST_ENV_NAME : ' test'
22- TEST_SCOPE : >-
23- test_absolute.py
24- test_amin_amax.py
25- test_arithmetic.py
26- test_arraycreation.py
27- test_arraymanipulation.py
28- test_bitwise.py
29- test_copy.py
30- test_counting.py
31- test_fft.py
32- test_fill.py
33- test_flat.py
34- test_histogram.py
35- test_indexing.py
36- test_linalg.py
37- test_logic.py
38- test_manipulation.py
39- test_mathematical.py
40- test_mixins.py
41- test_nanfunctions.py
42- test_ndarray.py
43- test_outer.py
44- test_product.py
45- test_random_state.py
46- test_search.py
47- test_sort.py
48- test_special.py
49- test_statistics.py
50- test_sum.py
51- test_sycl_queue.py
52- test_umath.py
53- test_usm_type.py
54- third_party/cupy/core_tests
55- third_party/cupy/fft_tests
56- third_party/cupy/creation_tests
57- third_party/cupy/indexing_tests
58- third_party/cupy/lib_tests
59- third_party/cupy/linalg_tests
60- third_party/cupy/logic_tests
61- third_party/cupy/manipulation_tests
62- third_party/cupy/math_tests
63- third_party/cupy/sorting_tests
64- third_party/cupy/statistics_tests/test_histogram.py
65- third_party/cupy/statistics_tests/test_meanvar.py
66- third_party/cupy/test_ndim.py
67- third_party/cupy/test_type_routines.py
6822 VER_JSON_NAME : ' version.json'
6923 VER_SCRIPT1 : " import json; f = open('version.json', 'r'); j = json.load(f); f.close(); "
7024 VER_SCRIPT2 : " d = j['dpnp'][0]; print('='.join((d[s] for s in ('version', 'build'))))"
@@ -261,7 +215,7 @@ jobs:
261215 - name : Run tests
262216 if : env.RERUN_TESTS_ON_FAILURE != 'true'
263217 run : |
264- python -m pytest -q -ra --disable-warnings -vv ${{ env.TEST_SCOPE }}
218+ python -m pytest -q -ra --disable-warnings -vv .
265219 working-directory : ${{ env.tests-path }}
266220
267221 - name : Run tests
@@ -277,7 +231,7 @@ jobs:
277231 . $CONDA/etc/profile.d/conda.sh
278232 conda activate ${{ env.TEST_ENV_NAME }}
279233 cd ${{ env.tests-path }}
280- python -m pytest -q -ra --disable-warnings -vv ${{ env.TEST_SCOPE }}
234+ python -m pytest -q -ra --disable-warnings -vv .
281235
282236 test_windows :
283237 name : Test ['windows-2019', python='${{ matrix.python }}']
@@ -420,7 +374,7 @@ jobs:
420374 - name : Run tests
421375 if : env.RERUN_TESTS_ON_FAILURE != 'true'
422376 run : |
423- python -m pytest -q -ra --disable-warnings -vv ${{ env.TEST_SCOPE }}
377+ python -m pytest -q -ra --disable-warnings -vv .
424378 working-directory : ${{ env.tests-path }}
425379
426380 - name : Run tests
@@ -435,7 +389,7 @@ jobs:
435389 command : >-
436390 mamba activate ${{ env.TEST_ENV_NAME }}
437391 & cd ${{ env.tests-path }}
438- & python -m pytest -q -ra --disable-warnings -vv ${{ env.TEST_SCOPE }}
392+ & python -m pytest -q -ra --disable-warnings -vv .
439393
440394 upload :
441395 name : Upload ['${{ matrix.os }}', python='${{ matrix.python }}']
0 commit comments