diff --git a/pytest.ini b/pytest.ini index bed4dfa106..289277bff2 100644 --- a/pytest.ini +++ b/pytest.ini @@ -9,7 +9,6 @@ testpaths = tests/io_test.py tests/io_util_test.py tests/join_test.py - tests/logger_test.py tests/message_test.py tests/nan_test.py tests/operator_tests.py diff --git a/tests/logger_test.py b/tests/deprecated/logger_test.py similarity index 100% rename from tests/logger_test.py rename to tests/deprecated/logger_test.py