Skip to content

Commit

Permalink
found that magentic perplexity tests passes when only run those
Browse files Browse the repository at this point in the history
test to run the rest of the tests
  • Loading branch information
wenzhe-log10 committed Nov 20, 2024
1 parent 4e09c53 commit 229c842
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ jobs:
if $empty_inputs; then
echo "All variables are empty"
# poetry run pytest -vv tests/ --ignore=tests/test_cli.py --ignore=tests/test_litellm.py
# poetry run pytest -vv tests/test_litellm.py
# poetry run pytest --llm_provider=anthropic -vv tests/test_magentic.py
poetry run pytest tests/test_magentic_perplexity.py -vv
poetry run pytest -vv tests/ --ignore=tests/test_cli.py --ignore=tests/test_litellm.py
poetry run pytest -vv tests/test_litellm.py
poetry run pytest --llm_provider=anthropic -vv tests/test_magentic.py
# poetry run pytest tests/test_magentic_perplexity.py -vv
fi
- name: Run scheduled llm tests
Expand Down
1 change: 0 additions & 1 deletion tests/test_anthropic.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from tests.utils import _LogAssertion


@pytest.mark.skip("getting 529 error even without log10")
@pytest.mark.completions
def test_completions_create(session, anthropic_legacy_model):
client = Anthropic()
Expand Down

0 comments on commit 229c842

Please sign in to comment.