Skip to content

Commit 44ec703

Browse files
committed
test(dns): Add scanner ignores in pytest.ini
1 parent 0a9fc0d commit 44ec703

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/google-cloud-dns/pytest.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ 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
12+
# Remove after support for Python 3.8, 3.9 and/or 3.10+ is dropped # version-scanner: ignore
13+
# version-scanner: ignore-next-line
1314
ignore:\s*You are using a (non-supported )?Python version \(?3\.(8|9|1[0-9]+):DeprecationWarning
15+
# version-scanner: ignore-next-line
1416
ignore:\s*You are using a (non-supported )?Python version \(?3\.(8|9|1[0-9]+):FutureWarning
1517

0 commit comments

Comments
 (0)