Skip to content

Commit 8108a40

Browse files
committed
test(core): Add scanner ignores in pytest.ini
1 parent 89f3df1 commit 8108a40

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/google-cloud-core/pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ filterwarnings =
88
ignore:.*pkg_resources.declare_namespace:DeprecationWarning
99
ignore:.*pkg_resources is deprecated as an API:DeprecationWarning
1010
# Remove after support for Python 3.8, 3.9 and/or 3.10+ is dropped
11+
# version-scanner: ignore-next-line
1112
ignore:\s*You are using a (non-supported )?Python version \(?3\.(8|9|1[0-9]+):DeprecationWarning
13+
# version-scanner: ignore-next-line
1214
ignore:\s*You are using a (non-supported )?Python version \(?3\.(8|9|1[0-9]+):FutureWarning

0 commit comments

Comments
 (0)