pytest-bec-e2e 3.1.2__tar.gz → 3.7.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.

Potentially problematic release.


This version of pytest-bec-e2e might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: pytest-bec-e2e
3
- Version: 3.1.2
3
+ Version: 3.7.3
4
4
  Summary: BEC pytest plugin for end-to-end tests
5
5
  Project-URL: Bug Tracker, https://gitlab.psi.ch/bec/bec/issues
6
6
  Project-URL: Homepage, https://gitlab.psi.ch/bec/bec
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "pytest-bec-e2e"
7
- version = "3.1.2"
7
+ version = "3.7.3"
8
8
  description = "BEC pytest plugin for end-to-end tests"
9
9
  requires-python = ">=3.10"
10
10
  classifiers = [
@@ -187,10 +187,7 @@ def bec_servers(
187
187
  try:
188
188
  yield
189
189
  finally:
190
- for process in processes:
191
- process.terminate()
192
- for process in processes:
193
- os.waitpid(process.pid, 0)
190
+ service_handler.stop(processes)
194
191
  else:
195
192
  # Nothing to do here: servers are supposed to be started externally.
196
193
  yield