hpe-storage / python-3parclient

This is a python client that talks to the HPE Alletra 9000 and HPE Primera and HPE 3PAR storage array via REST.
Apache License 2.0
48 stars 70 forks source link

Add py36 and py37 support in tox #65

Closed hemna closed 5 years ago

hemna commented 5 years ago

This patch adds the python 3.6 and python 3.7 designations in tox tests.

I ran python 37 tests here: http://paste.openstack.org/show/5TPPZ7E0yIj1K4iyLCEZ/

We need this patch to merge to get openstack upstream global requirments patch to land so we can add openstack cinder to allow optionally automatically installing this client lib for users that want a container with 3par driver support built.

You can view the global requirements patch here: https://review.opendev.org/#/c/658098/

The cinder patch for optional install of this lib here: https://review.opendev.org/#/c/656724/

wdurairaj commented 5 years ago

Thanks Walter for this patch. Our Travis CI is also looking good, going ahead and merging this change to satisfy this openstack requirement(s).