From cd5311577dff59230dd28298a115d16be8fba3ca Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Mon, 25 Feb 2019 21:36:23 +0100 Subject: [PATCH] [scripts][test] Package testing does not require croot setup --- bob/devtools/scripts/test.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bob/devtools/scripts/test.py b/bob/devtools/scripts/test.py index 96234728..7a9262f2 100644 --- a/bob/devtools/scripts/test.py +++ b/bob/devtools/scripts/test.py @@ -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) -- GitLab