File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 22filterwarnings =
33 # treat all warnings as errors
44 error
5- # Remove once support for python 3.7 and 3.8 is dropped
6- # Ignore warnings from older versions of pandas which still have python 3.7/3.8 support
7- ignore:.*distutils Version classes are deprecated:DeprecationWarning
8- ignore:.*resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
9- # Remove once https://github.com/dateutil/dateutil/issues/1314 is fixed
10- # dateutil is a dependency of pandas
11- ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated:DeprecationWarning:dateutil.tz.tz
125 # Remove once https://github.com/googleapis/python-db-dtypes-pandas/issues/227 is fixed
136 ignore:.*any.*with datetime64 dtypes is deprecated and will raise in a future version:FutureWarning
147 ignore:.*all.*with datetime64 dtypes is deprecated and will raise in a future version:FutureWarning
You can’t perform that action at this time.
0 commit comments