blob: 35415e14b598fa04bf44888acdab450fbf6e5249 [file] [log] [blame] [edit]
# Check that installation using the client requirements works properly.
#
# RUN: rm -rf %t.venv
# RUN: python -m venv %t.venv
# RUN: cd %{src_root}
# RUN: %t.venv/bin/python -m pip install -r requirements.client.txt
# RUN: rm -rf %t.installation
# RUN: %t.venv/bin/lnt create %t.installation