bec-ipython-client 3.142.2__tar.gz → 3.142.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/PKG-INFO +1 -1
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/pyproject.toml +2 -1
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/client_tests/conftest.py +1 -1
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/end-2-end/test_scans_e2e.py +2 -2
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/.gitignore +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/__init__.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/beamline_mixin.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/bec_magics.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/bec_startup.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/callbacks/__init__.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/callbacks/device_progress.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/callbacks/ipython_live_updates.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/callbacks/live_table.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/callbacks/move_device.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/callbacks/utils.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/high_level_interfaces/__init__.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/high_level_interfaces/bec_hli.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/high_level_interfaces/spec_hli.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/main.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/plugins/SLS/__init__.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/plugins/SLS/sls_info.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/plugins/XTreme/__init__.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/plugins/XTreme/x-treme.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/plugins/__init__.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/plugins/flomni/flomni_config.yaml +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/prettytable.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/progressbar.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/signals.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/demo.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/client_tests/test_beamline_mixins.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/client_tests/test_bec_client.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/client_tests/test_device_progress.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/client_tests/test_ipython_live_updates.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/client_tests/test_live_table.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/client_tests/test_move_callback.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/client_tests/test_pretty_table.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/client_tests/test_signals.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/conftest.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/end-2-end/_ensure_requirements_container.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/end-2-end/test_actors_e2e.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/end-2-end/test_procedures_e2e.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/end-2-end/test_scans_lib_e2e.py +0 -0
- {bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/end-2-end/test_scans_v4_lib_e2e.py +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "bec_ipython_client"
|
|
7
|
-
version = "3.142.
|
|
7
|
+
version = "3.142.3"
|
|
8
8
|
description = "BEC IPython client"
|
|
9
9
|
requires-python = ">=3.11"
|
|
10
10
|
classifiers = [
|
|
@@ -103,6 +103,7 @@ Homepage = "https://github.com/bec-project/bec"
|
|
|
103
103
|
|
|
104
104
|
|
|
105
105
|
|
|
106
|
+
|
|
106
107
|
|
|
107
108
|
|
|
108
109
|
[tool.hatch.build.targets.wheel]
|
|
@@ -12,7 +12,7 @@ def fake_redis_server(host, port, **kwargs):
|
|
|
12
12
|
@pytest.fixture
|
|
13
13
|
def connected_connector():
|
|
14
14
|
connector = RedisConnector("localhost:1", redis_cls=fake_redis_server)
|
|
15
|
-
connector.
|
|
15
|
+
connector._managed_connection.flushall()
|
|
16
16
|
try:
|
|
17
17
|
yield connector
|
|
18
18
|
finally:
|
|
@@ -115,7 +115,7 @@ def test_mv_scan_nested_device(capsys, bec_ipython_client_fixture):
|
|
|
115
115
|
bec.metadata.update({"unit_test": "test_mv_scan_nested_device"})
|
|
116
116
|
dev = bec.device_manager.devices
|
|
117
117
|
scans.mv(dev.hexapod.x, 10, dev.hexapod.y, 20, relative=False).wait()
|
|
118
|
-
if not bec.connector._message_callbacks_queue.empty():
|
|
118
|
+
if not bec.connector._managed_connection._message_callbacks_queue.empty():
|
|
119
119
|
print("Waiting for messages to be processed")
|
|
120
120
|
time.sleep(0.5)
|
|
121
121
|
current_pos_hexapod_x = dev.hexapod.x.read(cached=True)["hexapod_x"]["value"]
|
|
@@ -127,7 +127,7 @@ def test_mv_scan_nested_device(capsys, bec_ipython_client_fixture):
|
|
|
127
127
|
current_pos_hexapod_y, 20, atol=dev.hexapod._config["deviceConfig"].get("tolerance", 0.5)
|
|
128
128
|
)
|
|
129
129
|
scans.umv(dev.hexapod.x, 10, dev.hexapod.y, 20, relative=False)
|
|
130
|
-
if not bec.connector._message_callbacks_queue.empty():
|
|
130
|
+
if not bec.connector._managed_connection._message_callbacks_queue.empty():
|
|
131
131
|
print("Waiting for messages to be processed")
|
|
132
132
|
time.sleep(0.5)
|
|
133
133
|
current_pos_hexapod_x = dev.hexapod.x.read(cached=True)["hexapod_x"]["value"]
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/beamline_mixin.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/callbacks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/callbacks/live_table.py
RENAMED
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/callbacks/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/plugins/SLS/__init__.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/plugins/SLS/sls_info.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/bec_ipython_client/plugins/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/client_tests/test_beamline_mixins.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/client_tests/test_bec_client.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/client_tests/test_device_progress.py
RENAMED
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/client_tests/test_live_table.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/client_tests/test_move_callback.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/client_tests/test_pretty_table.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/client_tests/test_signals.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/end-2-end/test_actors_e2e.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/end-2-end/test_procedures_e2e.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/end-2-end/test_scans_lib_e2e.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.142.2 → bec_ipython_client-3.142.3}/tests/end-2-end/test_scans_v4_lib_e2e.py
RENAMED
|
File without changes
|