So stdin-killer and other utilities are installed in the bin directory.
vstart_runner.py now relies on their presence.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
${TEUTHOLOGY_PYTHON_BIN:-/usr/bin/python3} -m venv venv
source venv/bin/activate
pip install -U pip 'setuptools>=12,<60'
- pip install "git+https://github.com/ceph/teuthology@9e4bf63#egg=teuthology[test]"
+ pip install "git+https://github.com/ceph/teuthology@2ef0dcd#egg=teuthology[test]"
pushd $CURR_DIR
pip install -r requirements.txt -c constraints.txt
popd