Skip to content

Commit 4d4aed7

Browse files
author
chenyunliang520
committed
Suppress ResourceWarning in main tests workflow to reduce noise during pytest runs
1 parent 83e669f commit 4d4aed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
GAUSSDB_TEST_DSN: "host=127.0.0.1 port=5432 dbname=test user=root password=Passwd@123 "
9797
run: |
9898
source venv/bin/activate
99-
pytest -s -v -W ignore::ResourceWarning
99+
pytest -s -v -W ignore::pytest.PytestUnraisableExceptionWarning
100100
101101
- name: Cleanup
102102
if: always()

0 commit comments

Comments
 (0)