| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
In the process of unification of the clients code we should
reuse common functionality from Oslo.
bp common-client-library-2
Change-Id: I0e027c33ee42b6de032d33269caeea33e7837f40
|
| |
|
|
|
|
|
|
|
|
| |
Currently, OpenStack Proposal Bot tries to update requirements with
global requirements, while the upgraded hacking has introduced some
new rules which are not fully handled by current code.
This patch fixes some simple rules which are quite straight-forward.
Change-Id: If8334f69fb1ad34fbbd6ad898e0e92eb3f81e95a
|
| |
|
|
|
|
| |
Compared to mox3, mock is tested much more in various Python 3 versions.
Change-Id: I9e83aa622257c36ff47c79f6b491c1b074d2245d
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mox3 is an unofficial port of the Google mox framework
(http://code.google.com/p/pymox/) to Python 3.
https://pypi.python.org/pypi/mox3
Align with global-requirement and update the importing clause.
There is still py33 issue induced by keystoneclient.
https://review.openstack.org/#/c/51788/
When keystoneclient is upgraded in requirements.txt, all py33
issues should be fixed.
Change-Id: If0d00c088779b4a71e606cc87b37b5b1f9701081
Implement: blueprint py33-support
|
| |
|
|
|
|
|
|
|
| |
Copy py3kcompat from oslo for urlparse
Substitute StringIO / httplib with six
Partial Implement: blueprint py33-support
Change-Id: Ic8da2ca53b4217ef13f15be094437f1f4e643001
|
| |
|
|
|
| |
Change-Id: Ia007da282714d8ee7337fd3b51f6dcc3b64d7ec3
Fixes-Bug: #1214176
|
|
|
tests.* implies an incorrect global package name. Additionally,
consuming code can benefit from being able to choose to consume
test code and fixtures.
Change-Id: I7ba2b3ba1c2a99410b54fc40b48dfe2fc53eb79a
|