bigquery-etl/pytest.ini

20 строки
537 B
INI

[pytest]
addopts = --strict-markers
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
markers =
integration
norecursedirs =
venv
script/legacy/athena-migration
testpaths =
bigquery_etl
tests
udf
udf_js
script