Skip to content

Commit

Permalink
chore: add --ignore=tests/integration flag from pytest command in p…
Browse files Browse the repository at this point in the history
…yproject.toml and remove unit (langflow-ai#2468)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ogabrielluiz and github-actions[bot] authored Jul 5, 2024
1 parent bc6b846 commit 5da1130
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 @@ -154,10 +154,9 @@ markers = ["async_test", "api_key_required"]

[tool.coverage.run]
command_line = """
-m pytest
-m pytest --ignore=tests/integration
--cov --cov-report=term --cov-report=html
--instafail -ra -n auto -m "not api_key_required"
tests/unit
"""
source = ["src/backend/base/langflow/"]
omit = ["*/alembic/*", "tests/*", "*/__init__.py"]
Expand Down

0 comments on commit 5da1130

Please sign in to comment.