Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit bb18190

Browse files
committed
Adds ignore directive for a warning to the pytest.ini
1 parent 42ebc06 commit bb18190

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ filterwarnings =
88
ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated:DeprecationWarning:dateutil.tz.tz
99
# Remove once the minimum supported version of `google-api-core` is 2.15.0
1010
ignore:.*pkg_resources.declare_namespace:DeprecationWarning
11+
# Remove once minimum supported version of `google-cloud-bigquery` is 3.25.0+
1112
ignore:.*pkg_resources is deprecated as an API:DeprecationWarning
13+
ignore:.*pkg_resources is deprecated as an API:UserWarning
1214
# This error is expected for python versions that approach EOL
1315
ignore:.*Please upgrade to the latest Python version.*:FutureWarning
1416
# Remove after support for Python 3.8, 3.9 and/or 3.10+ is dropped

0 commit comments

Comments
 (0)