2019-03-07 23:43:21 +03:00
|
|
|
[pytest]
|
|
|
|
filterwarnings =
|
|
|
|
# upstream lib imports ABC improperly for backward compatibility
|
2019-04-19 19:19:36 +03:00
|
|
|
ignore::DeprecationWarning:google.protobuf.descriptor
|
|
|
|
ignore::DeprecationWarning:google.protobuf.internal.well_known_types
|
2019-08-06 00:14:19 +03:00
|
|
|
# Silence: "Your application has authenticated using end user credentials from Google Cloud SDK"
|
|
|
|
ignore::UserWarning:google.auth
|
2019-03-07 23:43:21 +03:00
|
|
|
norecursedirs = venv
|
2019-08-06 00:14:19 +03:00
|
|
|
markers =
|
|
|
|
black
|
|
|
|
mypy
|
2019-08-06 20:02:54 +03:00
|
|
|
sql
|