Skip to content

Commit

Permalink
MAINT: pandas.util.testing.assertRaises removed
Browse files Browse the repository at this point in the history
This method was removed in
pandas-dev/pandas#16089 in favor of
pytest.raises.
  • Loading branch information
tswast committed Jun 12, 2017
1 parent 1e4f4ca commit 86a521b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas_gbq/tests/test_gbq.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import logging

import numpy as np
import pytest

from distutils.version import StrictVersion
from pandas import compat
Expand Down

0 comments on commit 86a521b

Please sign in to comment.