summaryrefslogtreecommitdiff
path: root/lower-constraints.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update hacking for Python3Andreas Jaeger2020-04-071-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Fix problems found. Update local hacking checks for new flake8. Note: The repo has been using an uncapped requirements, so was testing with hacking 2.0 which disabled the old way of local testing integration. Remove S367 and S368 since they are not working under python3 "NOTE(Kezar): This checks a good enough if we have only py2.7 supported. As soon as we'll get py3.x we need to drop it or rewrite. You can read more about it in dev-list archive, topic: "[hacking]proposed rules drop for 1.0" Also, hacking now has H304 and H306 which test exactly the same. Remove hacking and friends from lower-constraints, it's not needed there. Change-Id: If60682fb328359ef73dee8f2d89d51410a376677
* Fix the "image register" command (OSC 5.2.0 regression)Luigi Toscano2020-04-071-3/+3
| | | | | | | | | | | | | | | | | | python-openstackclient removed the usage of glanceclient between 5.1.0 and 5.2.0 (see: https://review.opendev.org/#/c/650374/). As a consequence, the openstack dataprocessing image register ... command is now broken. This fix means a few requirement bumps to align to OSC 5.2.0, even though saharaclient 3.0.0 is already released. Story: 2007501 Task: 39317 Change-Id: I377e0646303aef4984cdd6e4b6587fca9241206b
* [ussuri][goal] Drop python 2.7 support and testingLuigi Toscano2020-01-261-1/+1
| | | | | | | | | | | | | | | | | | | | | OpenStack is dropping the py2.7 support in ussuri cycle. sahara plugins do works with python 3 and the sahara core does not support python 2.7 anymore anyway. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Also: - bump the lower-constraints decorator requirements to a recent one to prevent failures; - drop the obsolete jenkins tox target. Change-Id: I5806dcb8f13e88a28c0b5e6de449efa9b95b6e73
* Adding boot from volume to oscTelles Nobrega2018-07-191-1/+1
| | | | | | | | Adding boot from volume to python-sahahraclient CLI. Change-Id: I302aaeb7a0f831730301162f8c51e0eebcbd66f8 Story: #2001820 Task: #12559
* Switch to using stestrCharles Short2018-06-291-3/+1
| | | | | | | | | | | | | | | | According to Openstack summit session [1] stestr is maintained project to which all Openstack projects should migrate. Let's switch it then. Also sync the version of the requests-mock to the current global requirements. [1] https://etherpad.openstack.org/p/YVR-python-pti Signed-off-by: Charles Short <zulcss@gmail.com> Signed-off-by: Luigi Toscano <ltoscano@redhat.com> Change-Id: I599c74c3ac152c0fc1bc0dddfda8c05a41ddf5a1
* add lower-constraints jobDoug Hellmann2018-03-221-0/+79
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. Change-Id: I483dbc92a787f4a3b0041bd398691b667dc40f3b Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>