Skip to content

Commit 10e1c51

Browse files
committed
fix(dns): Restore Python 3.10+ warning ignores in pytest.ini
1 parent 2a44f02 commit 10e1c51

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/google-cloud-dns/pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ filterwarnings =
99
# Remove once https://github.com/googleapis/python-api-common-protos/pull/187/files is merged
1010
ignore:.*pkg_resources.declare_namespace:DeprecationWarning
1111
ignore:.*pkg_resources is deprecated as an API:DeprecationWarning
12+
# Remove after support for Python 3.8, 3.9 and/or 3.10+ is dropped
13+
ignore:\s*You are using a (non-supported )?Python version \(?3\.(8|9|1[0-9]+):DeprecationWarning
14+
ignore:\s*You are using a (non-supported )?Python version \(?3\.(8|9|1[0-9]+):FutureWarning
1215

0 commit comments

Comments
 (0)