python-cloudkittyclient/cloudkittyclient
Rafael Weingärtner 244f229af7 Fix passenv declaration in tox.ini and function tests python env
While running the tests with the latest tox I was getting the following error message:
```
failed with pass_env values cannot contain whitespace, use comma to have multiple values in a single line'

```

That error is happening because of the passenv declaration. This patch is proposing a fix for that.

Besides the `tox` issue, we also needed to create a patch for the use of virtual env inside DevStack.
This patches presents a solution to run tests using the virtual env of DevStack.

Change-Id: Id8249ebb15d4047dcc6181908eae66eb39722863
2023-08-31 20:18:31 -03:00
..
common Remove six 2020-05-10 23:08:12 +08:00
tests Fix passenv declaration in tox.ini and function tests python env 2023-08-31 20:18:31 -03:00
v1 Fix creation of hashmap mapping with a zero cost 2021-07-12 19:31:06 +02:00
v2 Merge "Introduce reprocessing task API in the CLI" 2022-08-08 15:20:10 +00:00
__init__.py Delete unnecessary utf-8 coding 2016-12-27 10:08:37 +08:00
auth.py Rewrite of the client 2018-06-15 12:08:21 +02:00
client.py Rewrite of the client 2018-06-15 12:08:21 +02:00
exc.py Rewrite of the client 2018-06-15 12:08:21 +02:00
format.py Rewrite of the client 2018-06-15 12:08:21 +02:00
osc.py Add support for /v2/summary to the client 2019-06-27 14:49:34 +00:00
shell.py Fix tox environments 2019-12-17 15:10:17 +01:00
utils.py Improve HTTP error formatting 2019-11-28 11:52:40 +01:00