Skip to content

Commit 2a25ed3

Browse files
PGijsbersmfeurer
authored andcommitted
Remove OpenMLDemo unit tests. (#850)
1 parent 56fa7f9 commit 2a25ed3

4 files changed

Lines changed: 2 additions & 84 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ build: false
4343

4444
test_script:
4545
- "cd C:\\projects\\openml-python"
46-
- "%CMD_IN_ENV% pytest -n 4 --timeout=600 --timeout-method=thread -sv --ignore='test_OpenMLDemo.py'"
46+
- "%CMD_IN_ENV% pytest -n 4 --timeout=600 --timeout-method=thread -sv"

ci_scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ run_tests() {
2828
PYTEST_ARGS=''
2929
fi
3030

31-
pytest -n 4 --durations=20 --timeout=600 --timeout-method=thread -sv --ignore='test_OpenMLDemo.py' $PYTEST_ARGS $test_dir
31+
pytest -n 4 --durations=20 --timeout=600 --timeout-method=thread -sv $PYTEST_ARGS $test_dir
3232
}
3333

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

tests/test_examples/__init__.py

Whitespace-only changes.

tests/test_examples/test_OpenMLDemo.py

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)