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 88e8931 commit 95a8142Copy full SHA for 95a8142
conda-recipe/run_test.sh
@@ -3,5 +3,5 @@
3
set -e
4
5
${PYTHON} -c "import dpctl; print(dpctl.__version__)"
6
-${PYTHON} -c "import dpctl; dpctl.lsplatform()"
+${PYTHON} -c "import dpctl; dpctl.lsplatform(verbosity=2)"
7
${PYTHON} -m pytest -q -ra --disable-warnings -p no:faulthandler --cov dpctl --cov-report term-missing --pyargs dpctl -vv
0 commit comments