pytest-bec-e2e 3.128.6__tar.gz → 3.129.0__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pytest-bec-e2e
3
- Version: 3.128.6
3
+ Version: 3.129.0
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
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "pytest-bec-e2e"
7
- version = "3.128.6"
7
+ version = "3.129.0"
8
8
  description = "BEC pytest plugin for end-to-end tests"
9
9
  requires-python = ">=3.11"
10
10
  classifiers = [
@@ -61,6 +61,7 @@ Homepage = "https://github.com/bec-project/bec"
61
61
 
62
62
 
63
63
 
64
+
64
65
 
65
66
 
66
67
  [tool.hatch.build.targets.wheel]
@@ -243,6 +243,7 @@ def bec_ipython_client_fixture(bec_ipython_client_with_demo_config):
243
243
  bec = bec_ipython_client_with_demo_config
244
244
  bec.queue.request_queue_reset()
245
245
  bec.queue.request_scan_continuation()
246
+ bec.builtin_actors.scan_interlock.enabled = False
246
247
  wait_for_empty_queue(bec)
247
248
  yield bec
248
249