eebe588d3529ab8cc68a5f12cde5066c27877e6b

Setuptools v54.1.0 introduces a warning that the use of dash-separated options in 'setup.cfg' will not be supported in a future version [1]. Get ahead of the issue by replacing the dashes with underscores. Without this, we see 'UserWarning' messages like the following on new enough versions of setuptools: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb Change-Id: I90072de2e45b42e0e5f3d26d227546d145ed1baf
Team and repository tags
Puppet-OpenStack Spec Helper
This gem provides helper utilities for running rspec tests in the OpenStack Puppet Modules.
Usage
Include this gem in your Gemfile:
gem 'puppet-openstack_spec_helper',
:git => 'https://opendev.org/openstack/puppet-openstack_spec_helper',
:require => false
In your Rakefile, require the rake_tasks library:
require 'puppet-openstack_spec_helper/rake_tasks'
Release notes for the project can be found at: https://docs.openstack.org/releasenotes/puppet-openstack_spec_helper
The project source code repository is located at: https://opendev.org/openstack/puppet-openstack_spec_helper
Contributors for the project can be found at: https://github.com/openstack/puppet-openstack_spec_helper/graphs/contributors
Developer documentation for the entire puppet-openstack project can be found at: https://docs.openstack.org/puppet-openstack-guide/latest/
Description
Languages
Python
46.3%
Ruby
36.8%
Shell
16.9%