We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9fc0d commit 44ec703Copy full SHA for 44ec703
1 file changed
packages/google-cloud-dns/pytest.ini
@@ -9,7 +9,9 @@ filterwarnings =
9
# Remove once https://github.com/googleapis/python-api-common-protos/pull/187/files is merged
10
ignore:.*pkg_resources.declare_namespace:DeprecationWarning
11
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
+ # Remove after support for Python 3.8, 3.9 and/or 3.10+ is dropped # version-scanner: ignore
13
+ # version-scanner: ignore-next-line
14
ignore:\s*You are using a (non-supported )?Python version \(?3\.(8|9|1[0-9]+):DeprecationWarning
15
16
ignore:\s*You are using a (non-supported )?Python version \(?3\.(8|9|1[0-9]+):FutureWarning
17
0 commit comments