pytest-bec-e2e 3.74.2__py3-none-any.whl → 3.88.1__py3-none-any.whl

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.
.gitignore CHANGED
@@ -9,6 +9,9 @@
9
9
  **/*.egg*
10
10
  **/*.env
11
11
 
12
+ # bec_widgets saved profiles
13
+ widgets_settings/profiles/*
14
+
12
15
  # recovery_config files
13
16
  recovery_config_*
14
17
 
PKG-INFO CHANGED
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pytest-bec-e2e
3
- Version: 3.74.2
3
+ Version: 3.88.1
4
4
  Summary: BEC pytest plugin for end-to-end tests
5
5
  Project-URL: Bug Tracker, https://github.com/bec-project/bec/issues
6
6
  Project-URL: Homepage, https://github.com/bec-project/bec
pyproject.toml CHANGED
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "pytest-bec-e2e"
7
- version = "3.74.2"
7
+ version = "3.88.1"
8
8
  description = "BEC pytest plugin for end-to-end tests"
9
9
  requires-python = ">=3.11"
10
10
  classifiers = [
pytest_bec_e2e/plugin.py CHANGED
@@ -19,6 +19,8 @@ from bec_lib.redis_connector import RedisConnector
19
19
  from bec_lib.service_config import ServiceConfig, ServiceConfigModel
20
20
  from bec_lib.tests.utils import wait_for_empty_queue
21
21
 
22
+ RedisConnector.RETRY_ON_TIMEOUT = 1
23
+
22
24
 
23
25
  class LogTestTool:
24
26
  def __init__(self, client: BECIPythonClient):
@@ -215,7 +217,7 @@ def bec_ipython_client_with_demo_config(
215
217
  config = ServiceConfig(bec_services_config_file_path)
216
218
  bec = BECIPythonClient(config, RedisConnector, forced=True)
217
219
  bec.start()
218
- bec.config.load_demo_config()
220
+ bec.config.load_demo_config(force=True)
219
221
  try:
220
222
  yield bec
221
223
  finally:
@@ -228,7 +230,7 @@ def bec_client_lib_with_demo_config(bec_redis_fixture, bec_services_config_file_
228
230
  config = ServiceConfig(bec_services_config_file_path)
229
231
  bec = BECClient(config, RedisConnector, forced=True, wait_for_server=True)
230
232
  bec.start()
231
- bec.config.load_demo_config()
233
+ bec.config.load_demo_config(force=True)
232
234
  try:
233
235
  yield bec
234
236
  finally:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pytest-bec-e2e
3
- Version: 3.74.2
3
+ Version: 3.88.1
4
4
  Summary: BEC pytest plugin for end-to-end tests
5
5
  Project-URL: Bug Tracker, https://github.com/bec-project/bec/issues
6
6
  Project-URL: Homepage, https://github.com/bec-project/bec
@@ -0,0 +1,9 @@
1
+ .gitignore,sha256=XxC6jyyftTo2CLtm4K8axuNPYwA9Wgaz2R93WhX8bTQ,3364
2
+ PKG-INFO,sha256=DsN1ifaZzbO-wZS_6-JTmaw3PumGAtGvFqT93fUXjHo,526
3
+ pyproject.toml,sha256=74TLXBKIIjeZcOEPiYEySY63zC2apc0S8T6Epc-aqiA,780
4
+ pytest_bec_e2e/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ pytest_bec_e2e/plugin.py,sha256=0KuhFYYZGRy_j9ZwaNPGgMI-Bt_o9KCyaXlcdsUjfcY,9483
6
+ pytest_bec_e2e-3.88.1.dist-info/METADATA,sha256=DsN1ifaZzbO-wZS_6-JTmaw3PumGAtGvFqT93fUXjHo,526
7
+ pytest_bec_e2e-3.88.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
8
+ pytest_bec_e2e-3.88.1.dist-info/entry_points.txt,sha256=FLvRZqsjOQkvTOuo9A2kiyG9vMBia2sXREgVHb35DXA,56
9
+ pytest_bec_e2e-3.88.1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.27.0
2
+ Generator: hatchling 1.28.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,9 +0,0 @@
1
- .gitignore,sha256=UmJ0gTRAPp4EI1A6tb9Pi-k5uxDIb_NWJU9ye6AW-8Y,3306
2
- PKG-INFO,sha256=PKnYHcy9DVkrUGAyJkFKwqajIwV5DrLrpFK8zzq3dr8,526
3
- pyproject.toml,sha256=_AWdDeJXuosmIN_xT-a7LxjcEo_8043pre79v4AAc-M,780
4
- pytest_bec_e2e/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- pytest_bec_e2e/plugin.py,sha256=YdALungShHFvfflRViPTdz-lIl6H3JbYPxDhWsPKCkg,9426
6
- pytest_bec_e2e-3.74.2.dist-info/METADATA,sha256=PKnYHcy9DVkrUGAyJkFKwqajIwV5DrLrpFK8zzq3dr8,526
7
- pytest_bec_e2e-3.74.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
- pytest_bec_e2e-3.74.2.dist-info/entry_points.txt,sha256=FLvRZqsjOQkvTOuo9A2kiyG9vMBia2sXREgVHb35DXA,56
9
- pytest_bec_e2e-3.74.2.dist-info/RECORD,,