python-cloudkittyclient/cloudkittyclient/tests/functional
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
..
v1 Add support for /v2/scope API endpoint to the client 2019-06-25 13:52:56 +00:00
v2 Replace deprecated assertRaisesRegexp 2021-11-09 09:04:34 +08:00
__init__.py Rewrite of the client 2018-06-15 12:08:21 +02:00
base.py Fix passenv declaration in tox.ini and function tests python env 2023-08-31 20:18:31 -03:00