]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Disable python3 tests failing due to Routes < 2.0
authorAkihiro Motoki <amotoki@gmail.com>
Mon, 13 Jul 2015 01:30:47 +0000 (10:30 +0900)
committerAkihiro Motoki <amotoki@gmail.com>
Tue, 14 Jul 2015 09:02:44 +0000 (09:02 +0000)
commit69ad73aaf21a36c5dfd64cfd1a4982d45cc6fe81
tree109c9c777cd2b7c35160ad07eb38c7550970e07f
parent9359d8e9c4b49a5a08f7012a216fed7eeb4e2089
Disable python3 tests failing due to Routes < 2.0

At now, global-requirements has an entry:
Routes!=2.0,!=2.1,>=1.12.3
and this leads to Routes < 2.0 which is not compatible
with Python 3. This blocks updating of global requirements [1].
To avoid the situation, this commit disables python 3 related
error due to Routes version.

Closes-Bug: #1474266
Related to blueprint neutron-python3

[1] https://review.openstack.org/#/c/182746/

Change-Id: If5e6355505361cbefe04487b6d47ab9cc6ba861c
tox.ini