forked from TobikoData/sqlmesh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pytest.ini
16 lines (15 loc) · 898 Bytes
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[pytest]
markers =
integration: mark test as an integration test which can take longer to run and require an external environment
core_integration: mark test as an integration test that does not require an external environment
airflow_integration: mark test as needing the Airflow cluster to run successfully
spark: mark test as requiring the PySpark dependency
airflow: mark test as requiring the Airflow dependency
engine_integration: Engine adapter tests that require external services
engine_integration_local: Engine adapter tests that require local Docker containers
# Set this to True to enable logging during tests
log_cli = False
log_cli_format = %(asctime)s.%(msecs)03d %(filename)s:%(lineno)d %(levelname)s %(message)s
log_cli_level = INFO
filterwarnings =
ignore:The localize method is no longer necessary, as this time zone supports the fold attribute