Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions test/easyconfigs/easyconfigs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1079,8 +1079,8 @@ def test_pr_python_packages(self):

whitelist_pip_check = [
r'Mako-1.0.4.*Python-2.7.12.*',
# no pip 9.x or newer for configparser easyconfigs using a 2016a or 2016b toolchain
r'configparser-3.5.0.*-2016[ab].*',
# no pip 9.x or newer for easyconfigs using a 2016a or 2016b toolchain
r'.*-2016[ab]-Python-.*',
# mympirun is installed with system Python, pip may not be installed for system Python
r'vsc-mympirun.*',
]
Expand Down Expand Up @@ -1212,8 +1212,9 @@ def test_pr_sanity_check_paths(self):
# including CargoPythonPackage, CMakePythonPackage, GoPackage, JuliaBundle, PerlBundle,
# PythonBundle & PythonPackage;
# BuildEnv, ModuleRC and Toolchain easyblocks doesn't install anything so there is nothing to check.
whitelist = ['BuildEnv', 'CargoPythonBundle', 'CargoPythonPackage', 'CMakePythonPackage', 'CrayToolchain',
'GoPackage', 'JuliaBundle', 'ModuleRC', 'PerlBundle', 'PythonBundle', 'PythonPackage', 'Toolchain']
whitelist = ['BuildEnv', 'CargoPythonBundle', 'CargoPythonPackage', 'CMakePythonPackage',
'ConfigureMakePythonPackage', 'CrayToolchain', 'GoPackage', 'JuliaBundle', 'ModuleRC',
'PerlBundle', 'PythonBundle', 'PythonPackage', 'Toolchain']
# Bundles of dependencies without files of their own
# Autotools: Autoconf + Automake + libtool, (recent) GCC: GCCcore + binutils, CUDA: GCC + CUDAcore,
# CESM-deps: Python + Perl + netCDF + ESMF + git, FEniCS: DOLFIN and co,
Expand Down