File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Keep in sync with extra_require.tests from setup.py
2+ filecheck
23lit
34numpy
45pytest
Original file line number Diff line number Diff line change @@ -275,9 +275,8 @@ run_minicore_tests() {
275275 cd $TRITON_PROJ /python/test/unit
276276 ensure_spirv_dis
277277
278- # FIXME: Add back test_frontend.py, tracked in issue#4421.
279278 TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=language \
280- run_pytest_command -vvv -n ${PYTEST_MAX_PROCESSES:- 8} --device xpu language/ --ignore=language/test_line_info.py --ignore=language/test_subprocess.py --ignore=language/test_warp_specialization.py --ignore=language/test_frontend.py \
279+ run_pytest_command -vvv -n ${PYTEST_MAX_PROCESSES:- 8} --device xpu language/ --ignore=language/test_line_info.py --ignore=language/test_subprocess.py --ignore=language/test_warp_specialization.py \
281280 -k " not test_mxfp and not test_scaled_dot"
282281
283282 TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=subprocess \
You can’t perform that action at this time.
0 commit comments