blob: dbac3ed365138ba0e9fab7269863464a1798054e [file] [log] [blame] [edit]
# Check that installation using the server 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.server.txt
# RUN: rm -rf %t.installation
# RUN: %t.venv/bin/lnt create %t.installation