0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 09:14:46 +01:00

fix: Revert "chore(tests): add pytest-randomly plugin to randomize test run order" (#12335)

* 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>
This commit is contained in:
Karl-Aksel Puulmann 2022-10-19 13:30:16 +03:00 committed by GitHub
parent 683a4aab1a
commit b33347205c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 607 additions and 623 deletions

View File

@ -57,7 +57,7 @@
---
# name: test_parse_groups_persons_edge_case_with_single_filter
<class 'tuple'> (
'AND ( has(%(vglobalperson_0)s, replaceRegexpAll(JSONExtractRaw(person_props, %(kglobalperson_0)s), \'^"|"$\', \'\')))',
'AND ( has(%(vglobalperson_0)s, "pmat_email"))',
<class 'dict'> {
'kglobalperson_0': 'email',
'vglobalperson_0': <class 'list'> [
@ -119,7 +119,7 @@
---
# name: test_parse_prop_clauses_defaults.2
<class 'tuple'> (
'AND ( has(%(vglobal_0)s, replaceRegexpAll(JSONExtractRaw(properties, %(kglobal_0)s), \'^"|"$\', \'\')) AND replaceRegexpAll(JSONExtractRaw(argMax(person.properties, _timestamp), %(kpersonquery_global_1)s), \'^"|"$\', \'\') ILIKE %(vpersonquery_global_1)s)',
'AND ( has(%(vglobal_0)s, replaceRegexpAll(JSONExtractRaw(properties, %(kglobal_0)s), \'^"|"$\', \'\')) AND argMax(person."pmat_email", _timestamp) ILIKE %(vpersonquery_global_1)s)',
<class 'dict'> {
'kglobal_0': 'event_prop',
'kpersonquery_global_1': 'email',

View File

@ -9,4 +9,4 @@ markers =
ee
clickhouse_only
skip_on_multitenancy
async_migrations
async_migrations

View File

@ -41,7 +41,6 @@ pytest-env==0.6.2
pytest-icdiff==0.5
pytest-mock==3.5.1
pytest-cov==2.12.1
pytest-randomly==3.12.0
pytest-split==0.6.0
pytest-watch==4.2.0
syrupy==1.4.6

View File

@ -103,10 +103,6 @@ idna==2.8
# -c requirements.txt
# requests
# urllib3
importlib-metadata==5.0.0
# via
# -c requirements.txt
# pytest-randomly
iniconfig==1.1.1
# via pytest
isort==5.2.2
@ -181,7 +177,6 @@ pytest==6.2.2
# pytest-env
# pytest-icdiff
# pytest-mock
# pytest-randomly
# pytest-split
# pytest-watch
# syrupy
@ -195,8 +190,6 @@ pytest-icdiff==0.5
# via -r requirements-dev.in
pytest-mock==3.5.1
# via -r requirements-dev.in
pytest-randomly==3.12.0
# via -r requirements-dev.in
pytest-split==0.6.0
# via -r requirements-dev.in
pytest-watch==4.2.0
@ -279,10 +272,6 @@ wrapt==1.14.1
# via
# -c requirements.txt
# deprecated
zipp==3.1.0
# via
# -c requirements.txt
# importlib-metadata
# The following packages are considered to be unsafe in a requirements file:
# pip

View File

@ -37,7 +37,7 @@ geoip2==4.6.0
google-cloud-sqlcommenter==2.0.0
gunicorn==20.1.0
idna==2.8
importlib-metadata==5.0.0
importlib-metadata==1.6.0
infi-clickhouse-orm@ git+https://github.com/PostHog/infi.clickhouse_orm@37722f350f3b449bbcd6564917c436b0d93e796f
kafka-python==2.0.2
kafka-helper==0.2

View File

@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.8
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile requirements.in
@ -166,10 +166,8 @@ idna==2.8
# trio
# urllib3
# yarl
importlib-metadata==5.0.0
importlib-metadata==1.6.0
# via -r requirements.in
importlib-resources==5.10.0
# via jsonschema
infi-clickhouse-orm @ git+https://github.com/PostHog/infi.clickhouse_orm@37722f350f3b449bbcd6564917c436b0d93e796f
# via -r requirements.in
inflection==0.5.1
@ -379,9 +377,7 @@ xmlsec==1.3.12
yarl==1.7.2
# via aiohttp
zipp==3.1.0
# via
# importlib-metadata
# importlib-resources
# via importlib-metadata
# The following packages are considered to be unsafe in a requirements file:
# setuptools