diff --git a/win32_event_log/hatch.toml b/win32_event_log/hatch.toml index 68952e824fd4e4..2d80aa7288b17e 100644 --- a/win32_event_log/hatch.toml +++ b/win32_event_log/hatch.toml @@ -8,9 +8,3 @@ e2e-env = false platforms = [ "windows", ] - -[envs.default.overrides] -matrix.python.scripts = [ - { key = "test", value = "pytest -v --benchmark-skip tests/legacy", if = ["2.7"] }, - { key = "test-cov", value = "pytest -v --benchmark-skip tests/legacy", if = ["2.7"] }, -] diff --git a/win32_event_log/setup.cfg b/win32_event_log/setup.cfg index 210557caca1aba..8150a6ee022629 100644 --- a/win32_event_log/setup.cfg +++ b/win32_event_log/setup.cfg @@ -2,4 +2,4 @@ # All rights reserved # Licensed under a 3-clause BSD style license (see LICENSE) [tool:pytest] -addopts = "--ignore=tests/docker" +testpaths = "tests/legacy" \ No newline at end of file