reflex/tests/units/components
Thomas Brandého 59dd54c049
add workflow to check dependencies on release branch (#4050)
* add workflow to check dependencies on release branch

* rename action to follow convention of other actions

* update workflow

* bump poetry version

* relock deps

* update check to ignore pyright and ruff

* oops, you saw nothing

* split dep check in two job

* fix frontend dep check

* fix stuff

* hmm yeah

* nope nope nope

* sigh

* bump js versions for some packages

* fix some warnings in tests

* fix tests

* try some options

* try to set asyncio policy

* debug dep check

* fix attempt for backend dep

* clean up output for backend check

* run bun outdated on reflex-web to catch most of the packages

* fix python version

* fix python version

* add missing env

* fix bun command

* fix workdir of frontend check

* update packages version

* up-pin plotly.js version

* add debug ouput

* clean frontend dep check output

* fix output

* fix async tests for redis

* relock poetry.lock

* Non-async functions do not need pytest_asyncio.fixture

* test_state: close StateManagerRedis connection in test to avoid warning

---------

Co-authored-by: Masen Furer <m_github@0x26.net>
2024-10-07 20:57:02 +02:00
..
base support eventspec/eventchain in var operations (#4038) 2024-10-03 15:33:51 -07:00
core add workflow to check dependencies on release branch (#4050) 2024-10-07 20:57:02 +02:00
datadisplay reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
el add workflow to check dependencies on release branch (#4050) 2024-10-07 20:57:02 +02:00
forms default on_submit in form set to prevent_default (#4005) 2024-09-26 11:56:59 -07:00
graphing reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
layout reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
lucide reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
media reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
radix reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
recharts reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
typography reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
__init__.py reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
test_component_future_annotations.py reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
test_component_state.py reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00
test_component.py support eventspec/eventchain in var operations (#4038) 2024-10-03 15:33:51 -07:00
test_tag.py reorganize all tests in a single top folder (#3981) 2024-09-26 01:22:52 +02:00