mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 21:49:51 +01:00
75d4658e59
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
12 lines
229 B
INI
12 lines
229 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 |