1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 10:15:12 +03:00
aports/community/py3-ipykernel/deprecation-warnings.patch
2022-11-25 23:39:19 +00:00

12 lines
313 B
Diff

--- ./pyproject.toml.orig
+++ ./pyproject.toml
@@ -116,9 +116,6 @@
# Restore this setting to debug failures
# timeout_method = "thread"
filterwarnings= [
- # Fail on warnings
- "error",
-
# Ignore our own warnings
"ignore:The `stream` parameter of `getpass.getpass` will have no effect:UserWarning",