poise / python

THIS COOKBOOK IS DEPRECATED – Chef cookbook to install Python and related tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gemfile won't resolve

joestump opened this issue · comments

Trying to add chefspec and a few tests, but getting this:

Joes-MacBook-Air:python jstump$ bundle install --without integration
Updating git://github.com/opscode/test-kitchen.git
Updating git://github.com/opscode/kitchen-vagrant.git
Updating git://github.com/opscode/kitchen-ec2.git
Updating https://github.com/portertech/kitchen-lxc.git
Fetching gem metadata from https://rubygems.org/.......
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions for gem "test-kitchen":
  In Gemfile:
    kitchen-ec2 (>= 0) ruby depends on
      test-kitchen (~> 1.0.0.beta.3) ruby

    kitchen-lxc (>= 0) ruby depends on
      test-kitchen (1.1.2.dev)

ಠ_ಠ

I'll probably move it over to the Gemfile I have for the poise repo if that helps (using kitchen-rackspace). For local stuff you can just nuke it.

I was going to add a .travis.yml as well. I'm going to commit a Gemfile that works with that configuration into my PR and we can figure out how best to proceed from there. Closing this out in favor of impending PR.