Skip to content

Commit ebae892

Browse files
PGijsbersmfeurer
authored andcommitted
Fix typo which is no longer allowed per Pytest 5.0 (#728)
1 parent 1687d2a commit ebae892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ run_tests() {
2222
PYTEST_ARGS=''
2323
fi
2424

25-
pytest -n 4 --duration=20 --timeout=600 --timeout-method=thread -sv --ignore='test_OpenMLDemo.py' $PYTEST_ARGS $test_dir
25+
pytest -n 4 --durations=20 --timeout=600 --timeout-method=thread -sv --ignore='test_OpenMLDemo.py' $PYTEST_ARGS $test_dir
2626
}
2727

2828
if [[ "$RUN_FLAKE8" == "true" ]]; then

0 commit comments

Comments
 (0)