Skip to content

Commit

Permalink
updating test
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomdmoura committed Jul 28, 2024
1 parent 9018e2a commit 4e6abf5
Show file tree
Hide file tree
Showing 4 changed files with 406,373 additions and 3,695 deletions.
4 changes: 3 additions & 1 deletion src/crewai/cli/test_crew.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import subprocess

import click
import pytest

pytest.skip(allow_module_level=True)


def test_crew(n_iterations: int, model: str) -> None:
Expand Down
Loading

0 comments on commit 4e6abf5

Please sign in to comment.