Skip to content

Commit ef385aa

Browse files
committed
add comments specifying
1 parent dcec125 commit ef385aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

conda-recipe/run_test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ set -e
44

55
${PYTHON} -c "import dpctl; print(dpctl.__version__)"
66
${PYTHON} -m dpctl -f
7+
# don't use coverage for Python 3.13 due to crashes related to
8+
# Cython >= 3.1.0 and Python >= 3.13
9+
# TODO: remove if crash is triaged
710
if ${PYTHON} --version 2>&1 | grep -q '^Python 3\.13'; then
811
${PYTHON} -m pytest -q -ra --disable-warnings --pyargs dpctl -vv
912
else

0 commit comments

Comments
 (0)