File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
" %PYTHON% " -c " import dpctl; print(dpctl.__version__)"
4
4
if errorlevel 1 exit 1
5
5
6
- " %PYTHON% " -c " import dpctl; dpctl.lsplatform() "
6
+ " %PYTHON% " -m dpctl -f
7
7
if errorlevel 1 exit 1
8
8
9
- python -m pytest -q -p no:faulthandler - ra --disable-warnings --pyargs dpctl -vv
9
+ python -m pytest -q -ra --disable-warnings --pyargs dpctl -vv
10
10
if errorlevel 1 exit 1
Original file line number Diff line number Diff line change 3
3
set -e
4
4
5
5
${PYTHON} -c " import dpctl; print(dpctl.__version__)"
6
- ${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
6
+ ${PYTHON} -m dpctl -f
7
+ ${PYTHON} -m pytest -q -ra --disable-warnings --cov dpctl --cov-report term-missing --pyargs dpctl -vv
You can’t perform that action at this time.
0 commit comments