mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-06 19:32:18 +01:00
11 lines
297 B
Diff
11 lines
297 B
Diff
diff --git a/pyproject.toml b/pyproject.toml
|
|
index 171b561..709640e 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -75,4 +75,3 @@ timeout = 300
|
|
filterwarnings = [
|
|
- "error",
|
|
- "module:unclosed <socket.socket:ResourceWarning",
|
|
+ "default:unclosed <socket.socket:ResourceWarning",
|
|
]
|