Skip to content

Commit 946bab9

Browse files
Removed debug code in run_test.sh
1 parent a739390 commit 946bab9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

conda-recipe/run_test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ set -e
44

55
${PYTHON} -c "import dpctl; print(dpctl.__version__)"
66
${PYTHON} -c "import dpctl; dpctl.lsplatform(verbosity=2)"
7-
${PYTHON} -m pytest -q -ra --disable-warnings --pyargs dpctl.tests.test_tensor_elementwise::test_cos_order -vv
87
${PYTHON} -m pytest -q -ra --disable-warnings -p no:faulthandler --cov dpctl --cov-report term-missing --pyargs dpctl -vv

0 commit comments

Comments
 (0)