Files
posthog/pytest.ini
Paul D'Ambra d3803ff707 feat: decommission the v2_test tables/topics (#37305)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Daniel Escribano <daniel.e@posthog.com>
2025-09-18 15:36:38 +01:00

15 lines
251 B
INI

[pytest]
env =
DEBUG=1
TEST=1
DJANGO_SETTINGS_MODULE = posthog.settings
addopts = -p no:warnings --reuse-db --ignore=posthog/user_scripts
markers =
ee
clickhouse_only
skip_on_multitenancy
async_migrations
asyncio_mode = auto