From 14623e787bc27fa4779107b424fbe0104b9bd6cd Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 25 May 2017 17:32:40 +0200 Subject: [PATCH] Add bindep.txt Add bindep.txt file with packages needed to use the repository. Change-Id: I409d33c60a2be1886918b7e1ed8e4c6f3ca346c2 --- bindep.txt | 7 +++++++ tox.ini | 11 +++++++++++ 2 files changed, 18 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 00000000..c0c860f3 --- /dev/null +++ b/bindep.txt @@ -0,0 +1,7 @@ +# This is a cross-platform list tracking distribution packages needed by tests; +# see http://docs.openstack.org/infra/bindep/ for additional information. + +python-dev [platform:dpkg] +python3-all [platform:dpkg !platform:ubuntu-precise] +python3-all-dev [platform:dpkg !platform:ubuntu-precise] +python3-devel [platform:fedora] diff --git a/tox.ini b/tox.ini index eff8613d..706b94c1 100644 --- a/tox.ini +++ b/tox.ini @@ -44,6 +44,17 @@ commands = {posargs} [testenv:docs] commands = python setup.py build_sphinx +[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, and develop mode disabled +# explicitly to avoid unnecessarily installing the checked-out repo too (this +# further relies on "tox.skipsdist = True" above). +deps = bindep +commands = bindep test +usedevelop = False + [flake8] show-source = True builtins = _