-
Doug Hellmann authored
Create a tox environment for running the unit tests against the lower bounds of the dependencies. Create a lower-constraints.txt to be used to enforce the lower bounds in those tests. Add openstack-tox-lower-constraints job to the zuul configuration. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. --- horizon specific change: * Django minimum version is bumped to >=1.11 as horizon rocky dropped Django 1.8-1.10 support. * django-babel needs to be bumped to 0.6.2 to support Django 2.0 https://github.com/python-babel/django-babel/commit/8762ff5dc00c4c552655134970c8a261f9bd7366 * nose-exclude needs to be bumped to 0.5.0 to run horizon unit tests properly. According to my test, 0.4.0 also works but this is a testing dependency, so we don't need to care multiple versions much. Otherwise only one test is run for openstack_dashboard unit tests. https://review.openstack.org/555402 allows us to bump lower requirements. Co-Authored-By:
Akihiro Motoki <amotoki@gmail.com> Change-Id: I73c3e4531c57d015f6016ca00b056a6fd0d8fc1a Depends-On: https://review.openstack.org/555034 Depends-On: https://review.openstack.org/555402 Signed-off-by:
Doug Hellmann <doug@doughellmann.com> Signed-off-by:
Akihiro Motoki <amotoki@gmail.com>
fdd3c8b4Doug Hellmann authoredCreate a tox environment for running the unit tests against the lower bounds of the dependencies. Create a lower-constraints.txt to be used to enforce the lower bounds in those tests. Add openstack-tox-lower-constraints job to the zuul configuration. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. --- horizon specific change: * Django minimum version is bumped to >=1.11 as horizon rocky dropped Django 1.8-1.10 support. * django-babel needs to be bumped to 0.6.2 to support Django 2.0 https://github.com/python-babel/django-babel/commit/8762ff5dc00c4c552655134970c8a261f9bd7366 * nose-exclude needs to be bumped to 0.5.0 to run horizon unit tests properly. According to my test, 0.4.0 also works but this is a testing dependency, so we don't need to care multiple versions much. Otherwise only one test is run for openstack_dashboard unit tests. https://review.openstack.org/555402 allows us to bump lower requirements. Co-Authored-By:
Akihiro Motoki <amotoki@gmail.com> Change-Id: I73c3e4531c57d015f6016ca00b056a6fd0d8fc1a Depends-On: https://review.openstack.org/555034 Depends-On: https://review.openstack.org/555402 Signed-off-by:
Doug Hellmann <doug@doughellmann.com> Signed-off-by:
Akihiro Motoki <amotoki@gmail.com>
Loading