Skip to content

Commit 7f44424

Browse files
committed
updates pytest warnings
1 parent 5cb30ca commit 7f44424

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pytest.ini

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
filterwarnings =
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

0 commit comments

Comments
 (0)