mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 21:49:51 +01:00
b33347205c
* Revert "chore(tests): add pytest-randomly plugin to randomize test run order (#12307)"
This reverts commit 313de83cb8
.
* Update snapshots
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
12 lines
199 B
INI
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 |