Skip to content

Commit

Permalink
update ignored igraph warning
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Oct 12, 2019
1 parent 331eb30 commit 651667e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/load_tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def ignore_igraph_warning():
warnings.filterwarnings(
"ignore", category=DeprecationWarning,
message="Using or importing the ABCs from 'collections' instead of from"
" 'collections.abc' is deprecated, and in 3.8 it will stop working")
" 'collections.abc' is deprecated, and in 3.9 it will stop working")


def ignore_joblib_warning():
Expand Down

0 comments on commit 651667e

Please sign in to comment.