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 56fa7f9 commit 2a25ed3Copy full SHA for 2a25ed3
4 files changed
appveyor.yml
@@ -43,4 +43,4 @@ build: false
43
44
test_script:
45
- "cd C:\\projects\\openml-python"
46
- - "%CMD_IN_ENV% pytest -n 4 --timeout=600 --timeout-method=thread -sv --ignore='test_OpenMLDemo.py'"
+ - "%CMD_IN_ENV% pytest -n 4 --timeout=600 --timeout-method=thread -sv"
ci_scripts/test.sh
@@ -28,7 +28,7 @@ run_tests() {
28
PYTEST_ARGS=''
29
fi
30
31
- pytest -n 4 --durations=20 --timeout=600 --timeout-method=thread -sv --ignore='test_OpenMLDemo.py' $PYTEST_ARGS $test_dir
+ pytest -n 4 --durations=20 --timeout=600 --timeout-method=thread -sv $PYTEST_ARGS $test_dir
32
}
33
34
if [[ "$RUN_FLAKE8" == "true" ]]; then
tests/test_examples/__init__.py
tests/test_examples/test_OpenMLDemo.py
0 commit comments