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-10-01 22:48:22 +03:00
|
|
|
testpaths =
|
2019-10-09 00:00:11 +03:00
|
|
|
bigquery_etl
|
2019-10-01 22:48:22 +03:00
|
|
|
tests
|
|
|
|
udf
|
|
|
|
udf_js
|
2019-10-09 00:00:11 +03:00
|
|
|
script
|