Skip to content

Commit

Permalink
See #1195
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Dec 2, 2023
1 parent dbe4bb1 commit 8bec8bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pytest.ini
Expand Up @@ -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

0 comments on commit 8bec8bd

Please sign in to comment.