diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1baec0165f3..f0de02b29d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -190,7 +190,7 @@ jobs: - shell: bash -l {0} run: python -m pytest modin/test/test_envvar_catcher.py - shell: bash -l {0} - run: python -m pytest modin/test/test_internals.py + run: python -m pytest modin/test/backends/pandas/test_internals.py test-defaults: needs: [lint-commit, lint-flake8, lint-black, test-api, test-headers] diff --git a/modin/test/test_internals.py b/modin/test/backends/pandas/test_internals.py similarity index 100% rename from modin/test/test_internals.py rename to modin/test/backends/pandas/test_internals.py