bigquery-etl/pytest.ini

17 строки
484 B
INI

[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
norecursedirs =
venv
script/legacy/athena-migration
testpaths =
bigquery_etl
tests
udf
udf_js
script