Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: Don't preset values for get_or_merge_config
Otherwise default values set for testing_config before, e.g., environment variable-dependent config can be set in the tests. Example: tests/cli/test_main_build.py::test_conda_py_no_period failed since it sets CONDA_PY=36 but testing_config already had set it before. Signed-off-by: Marcel Bargull <[email protected]>
- Loading branch information