-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathpytest.ini
More file actions
19 lines (16 loc) · 632 Bytes
/
Copy pathpytest.ini
File metadata and controls
19 lines (16 loc) · 632 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[pytest]
asyncio_mode = auto
markers =
universal_offline_stores: mark a test as using all offline stores.
universal_online_stores: mark a test as using all online stores.
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.*:
ignore::FutureWarning:ibis_substrait.compiler.*: