Skip to content

Commit 7ef2b49

Browse files
committed
filter 3.7 warning
1 parent 5c221e0 commit 7ef2b49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ filterwarnings =
1515
ignore:.*Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool.*:DeprecationWarning
1616
# Remove tests for `credentials_file` once support for `credentials_file` is removed in `google-auth`
1717
ignore:The `credentials_file` argument is deprecated because of a potential security risk:DeprecationWarning
18+
# Remove after support for Python 3.7 is dropped
19+
ignore:You are using a non-supported Python version \(3\.7:FutureWarning
1820
# Remove after support for Python 3.8 is dropped
1921
ignore:You are using a non-supported Python version \(3\.8:DeprecationWarning
2022
ignore:You are using a non-supported Python version \(3\.8:FutureWarning

0 commit comments

Comments
 (0)