We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d0a95 commit ba6fe02Copy full SHA for ba6fe02
.github/workflows/tests.yml
@@ -76,6 +76,7 @@ jobs:
76
PYTHONPATH: ./src
77
SURREALDB_URL: http://localhost:8000
78
SURREALDB_VERSION: ${{ matrix.surrealdb-version }}
79
+ PYTHONWARNINGS: ignore::ResourceWarning
80
81
# Comprehensive matrix test (runs on schedule or manual trigger)
82
test-comprehensive:
@@ -121,6 +122,7 @@ jobs:
121
122
123
124
125
126
127
# - name: Run unit tests (WebSocket)
128
# run: uv run python -m unittest discover -s tests
0 commit comments