diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-07-14 17:43:05 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-07-14 17:46:38 +0200 |
commit | ab8d8d5b344771f4032a33b6acbebf48af60859d (patch) | |
tree | 957d088cac413b4ba042959e3bd5e6b373ae6faf /dev-ruby/httparty | |
parent | dev-python/testrepository: Backport more test fixes (diff) | |
download | gentoo-ab8d8d5b344771f4032a33b6acbebf48af60859d.tar.gz gentoo-ab8d8d5b344771f4032a33b6acbebf48af60859d.tar.bz2 gentoo-ab8d8d5b344771f4032a33b6acbebf48af60859d.zip |
dev-ruby/httparty: add ruby25, ignore failing test
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-ruby/httparty')
-rw-r--r-- | dev-ruby/httparty/httparty-0.16.2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-ruby/httparty/httparty-0.16.2.ebuild b/dev-ruby/httparty/httparty-0.16.2.ebuild index b65c830b1ec3..b173eb0fcdbf 100644 --- a/dev-ruby/httparty/httparty-0.16.2.ebuild +++ b/dev-ruby/httparty/httparty-0.16.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" +USE_RUBY="ruby23 ruby24 ruby25" RUBY_FAKEGEM_RECIPE_TEST="rspec3" @@ -39,6 +39,9 @@ all_ruby_prepare() { # Avoid test that works standalone but fails in the suite sed -i -e '/calls block given to perform with each redirect/,/^ end/ s:^:#:' spec/httparty/request_spec.rb + + # Avoid test that is not fully compatible with newer multi_xml + sed -i -e '/should be able parse response type xml automatically/askip "multi_xml"' spec/httparty_spec.rb || die } all_ruby_install() { |