From dc71269f4caffc8388ce0e6ff8155e386b84c921 Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Fri, 21 Jul 2023 16:24:02 +0100 Subject: [PATCH] Change integration tests selector --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c9d89a67..8f56514df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -164,7 +164,7 @@ test-integration = """pytest -vv \ --cov-report=xml \ --durations=0 \ -m integration \ ---ignore-glob='*example_cosmos_python_models.py*' +-k 'not test_example_dag[example_cosmos_python_models]' """ test-integration-expensive = """pytest -vv \ --cov=cosmos \