Skip to content

Commit 466eb74

Browse files
use python -m pytest instead of pytest
1 parent 2616655 commit 466eb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/jenkins/petals_regression_test/run_integ_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pip install -e $PETALS_DIR
1717
cp $PETALS_DIR/climada.conf climada.conf
1818
python script/jenkins/set_config.py test_directory $PETALS_DIR/climada_petals
1919

20-
PYTHONPATH=.:$PYTHONPATH pytest --junitxml=tests_xml/tests.xml $PETALS_DIR/climada_petals
20+
PYTHONPATH=.:$PYTHONPATH python -m pytest --junitxml=tests_xml/tests.xml $PETALS_DIR/climada_petals
2121

2222
git checkout climada.conf
2323

0 commit comments

Comments
 (0)