eiffel-community / etos

Eiffel Test Orchestration System
https://etos.readthedocs.io
Apache License 2.0
9 stars 6 forks source link

Passing of a, no longer necessary, environment provider variable #224

Closed t-persson closed 6 months ago

t-persson commented 6 months ago

Description

If the ETOS_ENVIRONMENT_PROVIDER environment variable is unset, then the environment provider will fail at creating an execution space. The etos_lib.debug.environment_provider is being passed to the execution space provider and the etos library will raise a ValueError if it's unset.

Additional Context

No response

Logs

No response

Expected Behavior

Since the environment provider is no longer hosted, we should not require the environment variable to be set.

Steps To Reproduce

No response

The version of this project/repo, if applicable

No response

The version/edition of the Eiffel Protocol used, if applicable

N/A