I went for a deployment of Zuul with scap deploy --no-log-message --verbose --limit 'contint1001*' and it eventually failed:
/srv/deployment/zuul/venv/bin/pip install --no-deps /srv/deployment/zuul/deploy-cache/revs/a859d0f85d27873e6ab6e9584638403f7aa09a18/artifacts/*.whl PyYAML-3.11-cp27-cp27mu-linux_x86_64.whl is not a supported wheel on this platform.
/srv/deployment/zuul/venv/bin/pip has a shebang to /srv/deployment/zuul/venv/bin/python2 which is Python 2.7.16
/srv/deployment/zuul/venv/bin/python2 Python 2.7.16 (default, Oct 10 2019, 22:02:15) [GCC 8.3.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import pip >>> from pprint import pprint >>> pprint(pip.pep425tags.get_supported()) [('cp27', 'none', 'linux_x86_64'), ('cp27', 'none', 'any'), ('cp2', 'none', 'any'), ('cp26', 'none', 'any'), ('cp25', 'none', 'any'), ('cp24', 'none', 'any'), ('cp23', 'none', 'any'), ('cp22', 'none', 'any'), ('cp21', 'none', 'any'), ('cp20', 'none', 'any'), ('py27', 'none', 'any'), ('py2', 'none', 'any'), ('py26', 'none', 'any'), ('py25', 'none', 'any'), ('py24', 'none', 'any'), ('py23', 'none', 'any'), ('py22', 'none', 'any'), ('py21', 'none', 'any'), ('py20', 'none', 'any')]