Update test/docker_tests/test_docker_compose_scenarios.py

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Adam Outler
2025-11-01 15:12:54 -04:00
committed by GitHub
parent f1fbc47508
commit db5381db14

View File

@@ -89,7 +89,6 @@ COMPOSE_CONFIGS = {
}
}
pytestmark = [pytest.mark.docker, pytest.mark.compose]
def _create_test_data_dirs(base_dir: pathlib.Path) -> None: