Commit Graph

2 Commits

Author SHA1 Message Date
Adrian Vladu 07cae6e8c7 github_actions: add windows and functional testing
- add Linux unit testing for Python 3.8 and 3.11 (x64)
 - add Windows unit testing for Python 3.8 and 3.11 (x64 and x86)
 - add Windows functional testing for Python 3.11 (x64 and x86)

Change-Id: If4ca5a10f62e320c598f0bac7e1ec2ec52862c21
2023-11-10 15:00:33 +02:00
Claudiu Belu a54fc82106 Updates tox.ini's cover environment
The openstack-tox-cover job expects a coverage report at the end.
This patch updates the cover environment in tox.ini, bringing it
in line with the other repos.

This also adds stestr in test-requirements, which is needed by the
new coverage env.

Finally, removes the cloudbaseinit import from releasenotes.
According to [1], a project shouldn't necessarely be installed
in order to build its releasenotes.

[1] http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html

Change-Id: I77dfe57f1190fc62f7bd19284e2c86d55bb1804a
2018-10-05 08:14:04 -07:00