From f377ca166f1e0f81b685e3a76ef0287cdc011cd1 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 13 Jun 2019 16:50:01 +0200 Subject: Leverage on PBR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It fixes requirements and constraints by switching to PBR [1]. It synchronizes requirements with OpenStack stable/stein and then adds constraints to pip calls. It also updates flask-restful-swagger to conform with OpenStack upper-constraints [2] and the pip API calls. It updates the unit tests verifying a few package versions. It stops checking unicodecsv in py3 env which is against the requirements defined in OpenStack. It also skips one test indirectly highlighting that the pip usage is incorrect [3] [1] http://testresults.opnfv.org/functest/dockerslicing/ [2] https://github.com/rantav/flask-restful-swagger/commit/fd418b50723fe1e79f495aa400a8e9f055a5be27 [3] https://github.com/pypa/pip/issues/3889 Change-Id: I635bdb9d7411e619cee911b633fa8ad591a393a0 Signed-off-by: Cédric Ollivier --- upper-constraints.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 upper-constraints.txt (limited to 'upper-constraints.txt') diff --git a/upper-constraints.txt b/upper-constraints.txt new file mode 100644 index 000000000..bbde3c734 --- /dev/null +++ b/upper-constraints.txt @@ -0,0 +1,18 @@ +PTable===0.9.2 +ansible===2.5.5 +backport-ipaddress===0.1 +chainmap===1.0.2 +docker-py===1.10.6 +flasgger===0.5.13 +flask-restful-swagger===0.20.1 +functools32===3.2.3.post2 +IxNetwork===8.40.1124.9 +jinja2schema===0.1.4 +msgpack-python===0.4.8 +positional===1.1.2 +pycrypto===2.6.1 +pyrsistent===0.14.1 +scp===0.10.2 +traceback2===1.4.0 +pyflakes===1.0.0 +pylint===1.8.1 -- cgit 1.2.3-korg