diff --git a/.github/workflows/tests_ci.yml b/.github/workflows/tests_ci.yml index e000800..fa97fb5 100644 --- a/.github/workflows/tests_ci.yml +++ b/.github/workflows/tests_ci.yml @@ -19,4 +19,4 @@ jobs: - name: Run tests env: OPENAI_API_KEY: ${{ secrets.INVARIANT_TESTING_OPENAI_KEY }} - run: ./run.sh tests -s -vv --cov=proxy --cov-report=term + run: ./run.sh tests -s -vv diff --git a/tests/requirements.txt b/tests/requirements.txt index 08b482c..b3c6589 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -2,6 +2,5 @@ anthropic openai pytest pytest-asyncio -pytest-cov pytest-playwright tavily-python