[pytest] asyncio_mode = auto env = IS_TEST=True filterwarnings = error::_pytest.warning_types.PytestConfigWarning error::_pytest.warning_types.PytestUnhandledCoroutineWarning ignore::DeprecationWarning:pyspark.sql.pandas.*: ignore::DeprecationWarning:pyspark.sql.connect.*: ignore::DeprecationWarning:httpx.*: ignore::DeprecationWarning:happybase.*: ignore::DeprecationWarning:pkg_resources.*: markers = universal_offline_stores: Tests using all offline stores universal_online_stores: Tests using all online stores rbac_remote_integration_test: RBAC and remote functionality tests integration: Integration tests (slower, requires services) benchmark: Benchmark tests slow: Tests taking >30 seconds cloud: Tests requiring cloud credentials local_only: Tests that run entirely locally xdist_group: Group tests to run in the same xdist worker timeout = 300 timeout_method = thread addopts = --tb=short -v --durations=20 --strict-markers