In .readthedocs_conda_env.yml tempest-helper is installed through pip from PyPI rather than conda because RtD's conda install process was giving the error:
ResolvePackageNotFound:
- tempest-helper
tempest-helper is available from conda-forge and the same conda environment was not giving this error when running locally. Perhaps RtD was caching conda-forge as tempest-helper had been added relatively recently.
At some point the RtD conda environment should be updated to see if tempest-helper can be installed from conda rather than PyPI.
In
.readthedocs_conda_env.ymltempest-helper is installed through pip from PyPI rather than conda because RtD's conda install process was giving the error:tempest-helper is available from conda-forge and the same conda environment was not giving this error when running locally. Perhaps RtD was caching conda-forge as tempest-helper had been added relatively recently.
At some point the RtD conda environment should be updated to see if tempest-helper can be installed from conda rather than PyPI.