Skip to content

Commit

Permalink
Fix issue with integration tests selector
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Aug 14, 2023
1 parent 83d9e33 commit 7f1edb5
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 @@ -170,7 +170,7 @@ test-integration-expensive = """pytest -vv \
--cov-report=xml \
--durations=0 \
-m integration \
-k 'test_example_dag[example_cosmos_python_models] or test_example_dag[example_virtualenv])'"""
-k 'test_example_dag[example_cosmos_python_models] or test_example_dag[example_virtualenv]'"""

[tool.pytest.ini_options]
filterwarnings = [
Expand Down

0 comments on commit 7f1edb5

Please sign in to comment.