diff --git a/pytest.ini b/pytest.ini index 8a88581a1..4ff39d8f1 100644 --- a/pytest.ini +++ b/pytest.ini @@ -15,3 +15,8 @@ filterwarnings = ignore:.*is using a pure python implementation:RuntimeWarning # Remove once https://github.com/googleapis/python-storage/issues/1194 is fixed ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning + # dateutil is a dependency of pandas + ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated:DeprecationWarning:dateutil.tz.tz + # Remove once https://github.com/googleapis/python-storage/issues/1195 is fixed + ignore:Blob.download_as_string\(\) is deprecated and will be removed in future. Use Blob.download_as_bytes\(\) instead:PendingDeprecationWarning + ignore:Assignment to.*is deprecated, as it is only valid before the bucket is created. Instead, pass the location to.*Bucket.create:DeprecationWarning