commit:     d5bc2dd6aab90372e01ef3b04370387d60f6b343
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 25 10:07:46 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Nov 25 10:09:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5bc2dd6

dev-ruby/faraday: avoid live network test

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/faraday/faraday-0.15.3.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/faraday/faraday-0.15.3.ebuild 
b/dev-ruby/faraday/faraday-0.15.3.ebuild
index c12dbcec7c0..c17052d85c4 100644
--- a/dev-ruby/faraday/faraday-0.15.3.ebuild
+++ b/dev-ruby/faraday/faraday-0.15.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -48,6 +48,9 @@ all_ruby_prepare() {
        # Remove tests for adapters that are not packaged for Gentoo.
        rm test/adapters/em_http_test.rb test/adapters/em_synchrony_test.rb 
test/adapters/excon_test.rb test/adapters/typhoeus_test.rb || die
 
+       # Remove tests against live services
+       sed -i -e '/test_dynamic_no_proxy/askip "live network test"' 
test/connection_test.rb || die
+
        # The proxy server is already killed, may be OS X vs Linux issue.
        sed -i -e '138 s/^/#/' script/test || die
 

Reply via email to