Skip to content
Snippets Groups Projects
Commit cd531157 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[scripts][test] Package testing does not require croot setup

parent 64b5f876
No related branches found
No related tags found
No related merge requests found
......@@ -98,10 +98,6 @@ def test(package, condarc, config, append_file, server, group, private, stable,
'\n - '.join(channels + ['defaults']))
condarc_options['channels'] = channels + ['defaults']
# dump packages at base environment
prefix = get_env_directory(os.environ['CONDA_EXE'], 'base')
condarc_options['croot'] = os.path.join(prefix, 'conda-bld')
conda_config = make_conda_config(config, None, append_file,
condarc_options)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment