Merge "[CI] Drop bindep"

This commit is contained in:
Zuul 2022-07-26 12:23:10 +00:00 committed by Gerrit Code Review
commit ee02fc807a
3 changed files with 0 additions and 18 deletions

View File

@ -1,8 +0,0 @@
libffi-dev [platform:dpkg]
libffi-devel [platform:rpm]
gcc [platform:rpm]
gcc [platform:dpkg]
python3-dev [platform:dpkg]
python3-devel [platform:rpm]
openssl-devel [platform:rpm]
libssl-dev [platform:dpkg]

View File

@ -1,7 +1,5 @@
---
- hosts: all
roles:
- bindep
vars_files:
- ../vars/zuul.yml
tasks:

View File

@ -88,14 +88,6 @@ commands =
rm -rf releasenotes/build
sphinx-build -a -E -W -d releasenotes/build/doctrees --keep-going -b html releasenotes/source releasenotes/build/html
[testenv:bindep]
# Do not install any requirements. We want this to be fast and work even if
# system dependencies are missing, since it's used to tell you what system
# dependencies are missing! This also means that bindep must be installed
# separately, outside of the requirements files.
deps = bindep
commands = bindep test
[flake8]
show-source = True
enable-extensions = H203,H106