Skip to content

Commit ba6fe02

Browse files
ignore resource warnings
1 parent 96d0a95 commit ba6fe02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
PYTHONPATH: ./src
7777
SURREALDB_URL: http://localhost:8000
7878
SURREALDB_VERSION: ${{ matrix.surrealdb-version }}
79+
PYTHONWARNINGS: ignore::ResourceWarning
7980

8081
# Comprehensive matrix test (runs on schedule or manual trigger)
8182
test-comprehensive:
@@ -121,6 +122,7 @@ jobs:
121122
PYTHONPATH: ./src
122123
SURREALDB_URL: http://localhost:8000
123124
SURREALDB_VERSION: ${{ matrix.surrealdb-version }}
125+
PYTHONWARNINGS: ignore::ResourceWarning
124126

125127
# - name: Run unit tests (WebSocket)
126128
# run: uv run python -m unittest discover -s tests

0 commit comments

Comments
 (0)