opentf-toolkit-nightly 0.58.0.dev1159__py3-none-any.whl → 0.58.0.dev1165__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.
opentf/scripts/startup.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2021-2023 Henix, Henix.fr
1
+ # Copyright (c) 2021-2024 Henix, Henix.fr
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
4
  # you may not use this file except in compliance with the License.
@@ -361,7 +361,9 @@ def start_plugins(conf: Dict[str, Any]) -> List[Any]:
361
361
  disabled = [plugin.lower() for plugin in disabled]
362
362
  else:
363
363
  disabled = []
364
- if _get_env('OPENTF_ALLURE_ENABLED') is None:
364
+ if (v := _get_env('OPENTF_ALLURE_ENABLED')) is None or (
365
+ v.lower() not in ('true', 'yes', '1', 'on')
366
+ ):
365
367
  disabled.append('allure.collector')
366
368
  disabled.append('result.aggregator')
367
369
  if aggregated := conf.get('aggregated'):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: opentf-toolkit-nightly
3
- Version: 0.58.0.dev1159
3
+ Version: 0.58.0.dev1165
4
4
  Summary: OpenTestFactory Orchestrator Toolkit
5
5
  Home-page: https://gitlab.com/henixdevelopment/open-source/opentestfactory/python-toolkit
6
6
  Author: Martin Lafaix
@@ -53,12 +53,12 @@ opentf/schemas/opentestfactory.org/v1beta1/ServiceConfig.json,sha256=m5ZgWAKbutu
53
53
  opentf/schemas/opentestfactory.org/v1beta1/Workflow.json,sha256=QZ8mM9PhzsI9gTmwmKTWYNoRn--rtcM3L0PzgnPBfMU,15424
54
54
  opentf/schemas/opentestfactory.org/v1beta2/ServiceConfig.json,sha256=rEvK2YWL5lG94_qYgR_GnLWNsaQhaQ-2kuZdWJr5NnY,3517
55
55
  opentf/scripts/launch_java_service.sh,sha256=S0jAaCuv2sZy0Gf2NGBuPX-eD531rcM-b0fNyhmzSjw,2423
56
- opentf/scripts/startup.py,sha256=c5fhYUy_Nk6z-eo0kW0mG56452dcIw9mzb9trljZYZ4,21453
56
+ opentf/scripts/startup.py,sha256=IYUb3oKTo0JZ92xuymXaPly8PDzUDZSqgp6ckcLoZ7g,21523
57
57
  opentf/toolkit/__init__.py,sha256=mYeJPZ92ulbTBItqEsZgF4nnuRh6G19QPY3Jxc92ifc,23028
58
58
  opentf/toolkit/channels.py,sha256=bAUo0FRNljkjgTkWqSJljsNeMSX21LLLZP-TS4cw1oo,18996
59
59
  opentf/toolkit/core.py,sha256=6nud1vqcfjs9swZu_Z-rbvdbejtrlSjOd8eZXIF0ChE,9795
60
- opentf_toolkit_nightly-0.58.0.dev1159.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
61
- opentf_toolkit_nightly-0.58.0.dev1159.dist-info/METADATA,sha256=lSM8fNhAWfNcilR8k_1NoQdtn6kuSQrrksoRdn3D9w0,1940
62
- opentf_toolkit_nightly-0.58.0.dev1159.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
63
- opentf_toolkit_nightly-0.58.0.dev1159.dist-info/top_level.txt,sha256=_gPuE6GTT6UNXy1DjtmQSfCcZb_qYA2vWmjg7a30AGk,7
64
- opentf_toolkit_nightly-0.58.0.dev1159.dist-info/RECORD,,
60
+ opentf_toolkit_nightly-0.58.0.dev1165.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
61
+ opentf_toolkit_nightly-0.58.0.dev1165.dist-info/METADATA,sha256=ClNZttCy6WIxxlC6ul55iMDVF6ss8H11vEkqW31fguU,1940
62
+ opentf_toolkit_nightly-0.58.0.dev1165.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
63
+ opentf_toolkit_nightly-0.58.0.dev1165.dist-info/top_level.txt,sha256=_gPuE6GTT6UNXy1DjtmQSfCcZb_qYA2vWmjg7a30AGk,7
64
+ opentf_toolkit_nightly-0.58.0.dev1165.dist-info/RECORD,,