Skip to content

Commit

Permalink
Fix running test that validates manifest-based DAGs (#619)
Browse files Browse the repository at this point in the history
When checking the latest test runs in several branches
for**Run-Integration-Tests (3.8, 2.7)**, example:

https://github.com/astronomer/astronomer-cosmos/actions/runs/6612130380/job/17957443769?pr=605#logs

I noticed that `cosmos_manifest_example` was not being run. This PR
solves this issue.

(cherry picked from commit 9056125)
  • Loading branch information
tatiana committed Oct 25, 2023
1 parent 8114d9b commit b8757c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,7 @@ test-integration = """pytest -vv \
--cov-report=xml \
--durations=0 \
-m integration \
-k 'not (sqlite or example_cosmos_sources or example_cosmos_python_models or example_virtualenv or cosmos_manifest_example)'
"""
-k 'not (sqlite or example_cosmos_sources or example_cosmos_python_models or example_virtualenv)'"""
test-integration-expensive = """pytest -vv \
--cov=cosmos \
--cov-report=term-missing \
Expand Down

0 comments on commit b8757c6

Please sign in to comment.