StackStorm / chef-stackstorm

DEPRECATED! Community-maintained Chef Cookbook to deploy StackStorm, IFTTT for Ops
https://supermarket.chef.io/cookbooks/stackstorm
Apache License 2.0
16 stars 10 forks source link

Cleanup TravisCI output #56

Open shortdudey123 opened 7 years ago

shortdudey123 commented 7 years ago

Travis chefspec tests output extra lines of python and platform This is caused by the htpasswd cookbook using the deprecated python cookbook I will take a look at switching it

Excerpt of travis output

    should include recipe apt
python
platform
python
    should create packagecloud_repo "StackStorm/stable"
python
platform
python

Full travis output with debug rspec logging turned on: https://api.travis-ci.org/jobs/182493586/log.txt?deansi=true

shortdudey123 commented 7 years ago

Created https://github.com/redguide/htpasswd/pull/24 to switch htpasswd to python-poise. That should help cleanup the output seen above once it is released.