Skip to content

Commit 4f680b5

Browse files
authored
test: ignore Python 3.10 FutureWarning (#353)
* test: ignore Python 3.10 FutureWarning * correct regex * regex * also ignore DeprecationWarning for python 3.8 * regex * regex * add 3.9
1 parent c97067d commit 4f680b5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/google-cloud-dns/pytest.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,10 @@ filterwarnings =
1111
ignore:.*pkg_resources is deprecated as an API:DeprecationWarning
1212
# Remove after support for Python 3.7 is dropped
1313
ignore:After January 1, 2024, new releases of this library will drop support for Python 3.7:DeprecationWarning
14+
# Remove after support for Python 3.8 is dropped
15+
ignore:You are using a non-supported Python version \(3\.8:DeprecationWarning
16+
ignore:You are using a non-supported Python version \(3\.8:FutureWarning
17+
# Remove after support for Python 3.9 is dropped
18+
ignore:You are using a Python version \(3\.9:FutureWarning
19+
# Remove after support for Python 3.10 is dropped
20+
ignore:.*You are using a Python version \(3\.10:FutureWarning

0 commit comments

Comments
 (0)