Skip to content

Commit

Permalink
[MOLECULE] Pin the markupsafe pip package in virtualenv
Browse files Browse the repository at this point in the history
Pinning to an older version is required by a backward incompatible
change introduced in the library, details in the bug report at
pallets/markupsafe#284

Change-Id: Ia291d70e0ca734a2149ee81c6168d82e1d7d7ebe
Issue-ID: OOM-2927
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  • Loading branch information
bartekgb committed Feb 23, 2022
1 parent 9989381 commit b3a30bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/test/bin/install-molecule.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ source ${VENV_PATH}/bin/activate
if [ ! -z ${VIRTUAL_ENV} ]; then
echo "Activated virtual env in ${VIRTUAL_ENV}"
pip -q install -U pip
pip -q install molecule==3.3.0 Jinja2==2.11.3 ansible-base==2.10.8 ansible==3.2.0 docker molecule-docker==0.2.4 pytest-testinfra yamllint flake8
pip -q install molecule==3.3.0 Jinja2==2.11.3 ansible-base==2.10.8 ansible==3.2.0 docker molecule-docker==0.2.4 pytest-testinfra yamllint flake8 markupsafe==2.0.1
fi

0 comments on commit b3a30bd

Please sign in to comment.