diff options
author | Alex Schultz <aschultz@redhat.com> | 2017-05-17 10:59:30 -0600 |
---|---|---|
committer | Alex Schultz <aschultz@redhat.com> | 2017-05-17 17:04:02 +0000 |
commit | 48954b3fda52ced8b549b07c87901bb1dfc5e98c (patch) | |
tree | 066966deeb4d3741ef1add6c1c6f858edacfabcc /Gemfile | |
parent | 484a744461d361a235b72d4fc0259345fe7eb519 (diff) |
Update tox configuration
Update the tox configuration to pull in the openstack
upper-constraints.txt when running releasenotes. This will
fix the releasenotes job that is currently failing due to
a new version of sphinx. Additionally this change includes
updates from puppet-modulesync-configs.
Change-Id: Ie587bfde2367dfec796f1b07c01bba15d839a3b1
Related-Bug: #1691511
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,9 +1,7 @@ source ENV['GEM_SOURCE'] || "https://rubygems.org" group :development, :test, :system_tests do - gem 'puppet-openstack_spec_helper', - :git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper', - :require => false + gem 'puppet-openstack_spec_helper', :require => 'false', :git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper' end if facterversion = ENV['FACTER_GEM_VERSION'] |