Skip to content

Commit 17e066a

Browse files
committed
need both abc warnings
1 parent fa0d586 commit 17e066a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/load_tests/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ def ignore_igraph_warning():
3737
"ignore", category=DeprecationWarning,
3838
message="Using or importing the ABCs from 'collections' instead of from "
3939
"'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working")
40+
warnings.filterwarnings(
41+
"ignore", category=DeprecationWarning,
42+
message="Using or importing the ABCs from 'collections' instead of from "
43+
"'collections.abc' is deprecated, and in 3.8 it will stop working")
4044

4145

4246
def ignore_joblib_warning():

0 commit comments

Comments
 (0)