0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 17:00:52 +01:00
posthog/pytest.ini
Yakko Majuri 4f41076aca
chore: split out async migrations ci (#9539)
* chore: split out async migrations ci

* update

* mark test correctly

* remove if from runner
2022-04-26 17:58:30 +01:00

12 lines
199 B
INI

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