
OpenStack CI now uses tox4 by default. - Drop "skipsdist = True". When skipsdist=True is specified, a target application is not installed into a tox env, but there seems no reason to do so. In various other OpenStack projects, a target applicatin needs to be installed into a tox vnev, for example, in docs and/or linter jobs and it causes failures with tox4. So dropping it would avoid potential future failures. - Add ignore_basepython_conflict = True to tox.ini With latest tox (>4.0.15) python version conflicted with base python. Adding ignore_basepython_conflict = True solves this issue. Change-Id: Id25cde435e9eaf6d5d2573d522cda763dad1a89b
Team and repository tags
OpenStack Dashboard plugin for Watcher project
The Watcher dashboard is a Horizon plugin that will allow users to realize a wide range of cloud optimization goals.
- Free software: Apache license
- Documentation: https://docs.openstack.org/watcher-dashboard/latest
- Source: https://opendev.org/openstack/watcher-dashboard
- Bugs: https://bugs.launchpad.net/watcher-dashboard
- Release Notes: https://docs.openstack.org/releasenotes/watcher-dashboard
- Blueprints: https://blueprints.launchpad.net/watcher-dashboard
Description
Languages
Python
75.9%
HTML
14.3%
Shell
8.7%
JavaScript
1%