mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Bump conda in tests too
This commit is contained in:
@@ -19,7 +19,7 @@ def prefix():
|
||||
with conda.download_miniconda_installer(miniconda_version, miniconda_installer_md5) as installer_path:
|
||||
conda.install_miniconda(installer_path, tmpdir)
|
||||
conda.ensure_conda_packages(tmpdir, [
|
||||
'conda==4.5.8'
|
||||
'conda==4.8.1'
|
||||
])
|
||||
yield tmpdir
|
||||
|
||||
|
||||
@@ -238,7 +238,7 @@ def ensure_user_environment(user_requirements_txt_file):
|
||||
"""
|
||||
logger.info("Setting up user environment...")
|
||||
if "python3.7" in sys.executable:
|
||||
conda_version = '4.7.10'
|
||||
conda_version = '4.8.1'
|
||||
miniconda_version = '4.7.10'
|
||||
miniconda_installer_md5 = "1c945f2b3335c7b2b15130b1b2dc5cf4"
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user