Skip to content

Commit

Permalink
Ignored all resource warnings in FastAPI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Nov 30, 2024
1 parent b4f114a commit c2e32d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Run tests
run: bash scripts/test.sh
env:
PYTHONWARNINGS: default::ResourceWarning
PYTHONWARNINGS: ignore::ResourceWarning

litestar:
name: "Litestar on Python ${{ matrix.python-version }}"
Expand Down

0 comments on commit c2e32d9

Please sign in to comment.