reflex/tests
Masen Furer af9c8c3ad0
Bring back py3.9 support with a deprecation warning. (#3976)
* Revert "ruff formatting to unbreak `main` CI (#3964)"

This reverts commit f9be184b86.

* Revert "bump python>=3.10 for 0.6.0 (#3956)"

This reverts commit fe1833c5e1.

* drop python3.8 support

* relock dependencies

* Raise warning when < py310 is used

* Move python version check to reflex version check function

Avoid spammy deprecation warnings by only emitting warning once per project,
per reflex version, per reinit.

* Remove other references to python3.8
2024-09-24 08:11:48 -07:00
..
compiler Bring back py3.9 support with a deprecation warning. (#3976) 2024-09-24 08:11:48 -07:00
components Bring back py3.9 support with a deprecation warning. (#3976) 2024-09-24 08:11:48 -07:00
experimental External assets (#3220) 2024-05-28 09:39:25 -07:00
middleware add module prefix to generated state names (#3214) 2024-07-11 11:13:57 -07:00
states add Bare SQLAlchemy mutation tracking, improve typing (#3628) 2024-07-09 11:13:28 -07:00
utils use serializer for state update and rework serializers (#3934) 2024-09-17 10:21:45 -07:00
vars fix unionize recursion (#3948) 2024-09-20 09:54:42 -07:00
__init__.py upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
conftest.py add Bare SQLAlchemy mutation tracking, improve typing (#3628) 2024-07-09 11:13:28 -07:00
test_app.py replace old var system with immutable one (#3916) 2024-09-17 10:20:41 -07:00
test_attribute_access_type.py Get attribute access type fix (#3803) 2024-08-29 09:45:24 -07:00
test_base.py Rename pynecone to reflex (#1236) 2023-06-25 16:56:55 -07:00
test_config.py Clean up config and app API (#3197) 2024-05-02 18:15:28 -07:00
test_db_config.py Rename pynecone to reflex (#1236) 2023-06-25 16:56:55 -07:00
test_event.py replace old var system with immutable one (#3916) 2024-09-17 10:20:41 -07:00
test_health_endpoint.py /health endpoint for K8 Liveness and Readiness probes (#3855) 2024-09-03 18:34:03 -07:00
test_model.py bare sqlalchemy session + tests (#3522) 2024-06-25 15:29:01 +02:00
test_prerequisites.py [REF-2676][REF-2751] Windows Skip ARM devices on bun install + Telemetry (#3212) 2024-05-06 09:50:05 -07:00
test_route.py [REF-2643] Throw Errors for duplicate Routes (#3155) 2024-05-03 12:15:40 -07:00
test_sqlalchemy.py bare sqlalchemy session + tests (#3522) 2024-06-25 15:29:01 +02:00
test_state_tree.py add module prefix to generated state names (#3214) 2024-07-11 11:13:57 -07:00
test_state.py replace old var system with immutable one (#3916) 2024-09-17 10:20:41 -07:00
test_style.py replace old var system with immutable one (#3916) 2024-09-17 10:20:41 -07:00
test_telemetry.py Make .web configurable with REFLEX_WEB_WORKDIR (#3462) 2024-06-17 16:17:00 -04:00
test_testing.py upgrade to latest ruff (#3497) 2024-06-19 12:32:13 +02:00
test_var.py Bring back py3.9 support with a deprecation warning. (#3976) 2024-09-24 08:11:48 -07:00