bigquery-etl/pytest.ini

13 строки
407 B
INI
Исходник Обычный вид История

2019-03-07 23:43:21 +03:00
[pytest]
filterwarnings =
# upstream lib imports ABC improperly for backward compatibility
ignore::DeprecationWarning:google.protobuf.descriptor
ignore::DeprecationWarning:google.protobuf.internal.well_known_types
# 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
markers =
black
mypy
sql