Skip to content

Commit

Permalink
remove cosmos_manifest_example from int tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaneve committed Oct 6, 2023
1 parent 8562046 commit 147bc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ pytest -vv \
--cov-report=xml \
--durations=0 \
-m integration \
-k 'not (example_cosmos_python_models or example_virtualenv)'
-k 'not (example_cosmos_python_models or example_virtualenv or cosmos_manifest_example)'
"""
test-integration-expensive = """rm -rf dbt/jaffle_shop/dbt_packages;
rm -rf dbt/model_version/dbt_packages;
Expand Down

0 comments on commit 147bc02

Please sign in to comment.