4f375f8d237db350d5d8626c58f6970150d494c2
tox now always recreates an env although the env is shared using envdir
options.
~~~
$ tox -e genpolicy
genpolicy: recreate env because env type changed from
{'name': 'genconfig', 'type': 'VirtualEnvRunner'} to
{'name': 'genpolicy', 'type': 'VirtualEnvRunner'}
~~~
According to the maintainer of tox, this functionality is not intended
to be supported.
https://github.com/tox-dev/tox/issues/425#issuecomment-1011944293
Change-Id: I3155eb73edb09184a29522708ef2f676bd06fb7f
CloudKittyClient
This is a client for CloudKitty. It
provides a Python api (the cloudkittyclient module), a
command-line script (cloudkitty), and an OpenStack
Client extension (openstack rating).
The client is available on PyPi.
Description
Languages
Python
100%