Skip to content

Commit

Permalink
Changed how the FastAPI tests are run
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Nov 30, 2024
1 parent c4c9311 commit 0529406
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ jobs:
pip install -r requirements-tests.txt
pip install anyio[trio]@git+https://github.com/agronholm/anyio.git@${{ github.ref_name }}
- name: Run tests
run: bash scripts/test.sh
run: pytest
env:
PYTHONPATH: ./docs_src
PYTHONWARNINGS: ignore:Unclosed <MemoryObjectReceiveStream:ResourceWarning

litestar:
Expand Down

0 comments on commit 0529406

Please sign in to comment.