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 authored and parthea committed Jun 16, 2017
1 parent e2b5551 commit b20934c
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 b20934c

Please sign in to comment.