Skip to content

Commit 33c8f22

Browse files
committed
Use flet-desktop-light only on linux
1 parent 8f0832a commit 33c8f22

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,11 +328,11 @@ click==8.1.8 ; python_version >= "3.11" and python_full_version <= "3.12.3" \
328328
colorama==0.4.6 ; python_version >= "3.11" and python_full_version <= "3.12.3" and (platform_system == "Windows" or sys_platform == "win32") \
329329
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
330330
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
331-
flet-desktop-light==0.26.0 ; python_version >= "3.11" and python_full_version <= "3.12.3" \
331+
flet-desktop-light==0.26.0 ; sys_platform == 'linux' and python_version >= "3.11" and python_full_version <= "3.12.3" \
332332
--hash=sha256:20a2cb5e2cdbfe4c65a37a63f39801bd456c0bf6b130e5b0a1fd2eb18b49bd74 \
333333
--hash=sha256:30605dd2998c5c48bc8f057d239ae0dcbb0f97834ebdf1e6eb51abb85af191b6 \
334334
--hash=sha256:5ef509a2ef45fa5ebbcca1fb4bec175abf95271a0d85af459931d54d689979d2 \
335-
--hash=sha256:e4beeaece64b14905914503820b828f8599790e56ff001f99f0c05c85eccf3d1
335+
--hash=sha256:e4beeaece64b14905914503820b828f8599790e56ff001f99f0c05c85eccf3d
336336
flet==0.26.0 ; python_version >= "3.11" and python_full_version <= "3.12.3" \
337337
--hash=sha256:779e58dcfb4fbf0760715471121a183bf7ecf48e522fee068556cb26df3490fb
338338
h11==0.14.0 ; python_version >= "3.11" and python_full_version <= "3.12.3" and platform_system != "Pyodide" \

tests/test_app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def test_app_beyond2lte():
6060
state = page.controls[0].state
6161
state.load_config(device_code="sargo")
6262
state.default_views.extend(state.addon_views)
63+
print(page.__dict__)
6364
number_of_steps = 14
6465
for _ in range(number_of_steps):
6566
page.controls[0].to_next_view(None)

0 commit comments

Comments
 (0)