bigquery-etl/pytest.ini

15 строки
445 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
testpaths =
bigquery_etl
tests
udf
udf_js
script