datahub/smoke-test/pytest.ini
Harshal Sheth a17fc4e0a8
chore(python): drop pydantic v1 support (#14014)
Co-authored-by: Sergio Gómez Villamor <sgomezvillamor@gmail.com>
Co-authored-by: Piotr Skrydalewicz <piotr.skrydalewicz@acryl.io>
2025-09-23 07:40:29 +00:00

14 lines
573 B
INI

[pytest]
markers =
read_only: marks tests as read only (deselect with '-m "not read_only"')
; no_cypress_suite0: main smoke tests; expressed as the negative of the others
no_cypress_suite1: main smoke tests, suite 1
test_run_cypress: run cypress tests
filterwarnings =
# Ignore some warnings that come from dependencies.
ignore::pydantic.warnings.PydanticDeprecatedSince20
ignore:The new datahub SDK:datahub.errors.ExperimentalWarning
# We should not be unexpectedly seeing API tracing warnings.
error::datahub.errors.APITracingWarning