We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a4346 commit de74086Copy full SHA for de74086
pytest.ini
@@ -0,0 +1,10 @@
1
+[pytest]
2
+filterwarnings =
3
+ # treat all warnings as errors
4
+ error
5
+ # Remove once https://github.com/dateutil/dateutil/issues/1314 is fixed
6
+ # dateutil is a dependency of pandas
7
+ ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated:DeprecationWarning:dateutil.tz.tz
8
+ # Remove once https://github.com/googleapis/python-db-dtypes-pandas/issues/227 is fixed
9
+ ignore:.*any.*with datetime64 dtypes is deprecated and will raise in a future version:FutureWarning
10
+ ignore:.*all.*with datetime64 dtypes is deprecated and will raise in a future version:FutureWarning
0 commit comments