Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Oct 12, 2019
1 parent 651667e commit b2e31cb
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions test/load_tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,8 @@ def ignore_numpy_warning():
def ignore_igraph_warning():
warnings.filterwarnings(
"ignore", category=DeprecationWarning,
message="The SafeConfigParser class has been renamed to ConfigParser "
"in Python 3.2. This alias will be removed in future versions. Use "
"ConfigParser directly instead")
warnings.filterwarnings(
"ignore", category=DeprecationWarning,
message="Using or importing the ABCs from 'collections' instead of from"
" 'collections.abc' is deprecated, and in 3.9 it will stop working")
message="Using or importing the ABCs from 'collections' instead of from "
"'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working")


def ignore_joblib_warning():
Expand Down

0 comments on commit b2e31cb

Please sign in to comment.