diff --git a/pytest.ini b/pytest.ini index 78a0f121a8..91b212a740 100644 --- a/pytest.ini +++ b/pytest.ini @@ -12,7 +12,6 @@ testpaths = tests/client_test.py tests/coargsort_test.py tests/compare_test.py - tests/dataframe_test.py tests/extrema_test.py tests/groupby_test.py tests/import_export_test.py diff --git a/tests/dataframe_test.py b/tests/deprecated/dataframe_test.py similarity index 100% rename from tests/dataframe_test.py rename to tests/deprecated/dataframe_test.py