1
0
python-nbconvert/ignore-bleach-deprecation-test.patch

12 lines
499 B
Diff
Raw Normal View History

Index: nbconvert-6.5.0/pyproject.toml
===================================================================
--- nbconvert-6.5.0.orig/pyproject.toml
+++ nbconvert-6.5.0/pyproject.toml
@@ -21,5 +21,5 @@ filterwarnings = [
"ignore:unclosed <socket.socket:ResourceWarning",
"ignore:unclosed event loop:ResourceWarning",
"ignore:There is no current event loop:DeprecationWarning",
-
+ "ignore:Support for bleach <5 will be removed in a future version of nbconvert:DeprecationWarning",
]