We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcec125 commit 31da693Copy full SHA for 31da693
conda-recipe/run_test.sh
@@ -4,6 +4,9 @@ set -e
4
5
${PYTHON} -c "import dpctl; print(dpctl.__version__)"
6
${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
10
if ${PYTHON} --version 2>&1 | grep -q '^Python 3\.13'; then
11
${PYTHON} -m pytest -q -ra --disable-warnings --pyargs dpctl -vv
12
else
0 commit comments