mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
12 lines
306 B
INI
12 lines
306 B
INI
[pytest]
|
|
env =
|
|
DEBUG=1
|
|
TEST=1
|
|
DJANGO_SETTINGS_MODULE = posthog.settings
|
|
addopts = -p no:warnings --reuse-db --ignore=posthog/user_scripts --ignore=posthog/clickhouse/migrations/0097_session_replay_events_v2_test.py
|
|
|
|
markers =
|
|
ee
|
|
clickhouse_only
|
|
skip_on_multitenancy
|
|
async_migrations |