Skip to content

Commit 13fee62

Browse files
tswastparthea
authored andcommitted
MAINT: pandas.util.testing.assertRaises removed
This method was removed in pandas-dev/pandas#16089 in favor of pytest.raises.
1 parent 6c9687c commit 13fee62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas_gbq/tests/test_gbq.py

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import logging
1010

1111
import numpy as np
12+
import pytest
1213

1314
from distutils.version import StrictVersion
1415
from pandas import compat

0 commit comments

Comments
 (0)