Skip to content

Commit 767ab68

Browse files
author
Diptorup Deb
committed
remove redundant flags from pytest command in build_for_develop.sh
1 parent a097574 commit 767ab68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_for_develop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ set +xe
33

44
python setup.py clean --all
55
python setup.py develop --coverage=True
6-
pytest -q -ra --disable-warnings --cov dpctl --cov-report term-missing --pyargs dpctl -vv --cov-config=.coveragerc
6+
pytest -q -ra --disable-warnings --cov dpctl --cov-report term-missing --pyargs dpctl -vv

0 commit comments

Comments
 (0)