From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 905051581E7 for ; Wed, 24 Apr 2024 11:56:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D735DE29FA; Wed, 24 Apr 2024 11:56:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70D80E29FA for ; Wed, 24 Apr 2024 11:56:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B03113431D9 for ; Wed, 24 Apr 2024 11:56:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF1A71751 for ; Wed, 24 Apr 2024 11:56:14 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1713959762.273e727ed0ca29d6b99e6c8e281a5d20e3d25547.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pcaprub/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/pcaprub/pcaprub-0.13.2.ebuild X-VCS-Directories: dev-ruby/pcaprub/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 273e727ed0ca29d6b99e6c8e281a5d20e3d25547 X-VCS-Branch: master Date: Wed, 24 Apr 2024 11:56:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cd823e4a-8e25-4171-9b9f-8cd9542fa258 X-Archives-Hash: db57dc7275d440cf09985cb32db86bea commit: 273e727ed0ca29d6b99e6c8e281a5d20e3d25547 Author: Hans de Graaff gentoo org> AuthorDate: Wed Apr 24 11:55:24 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Apr 24 11:56:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=273e727e dev-ruby/pcaprub: avoid tests that require network or devices Closes: https://bugs.gentoo.org/930535 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/pcaprub/pcaprub-0.13.2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-ruby/pcaprub/pcaprub-0.13.2.ebuild b/dev-ruby/pcaprub/pcaprub-0.13.2.ebuild index db30184a51d2..f06aad2bf9b2 100644 --- a/dev-ruby/pcaprub/pcaprub-0.13.2.ebuild +++ b/dev-ruby/pcaprub/pcaprub-0.13.2.ebuild @@ -43,11 +43,14 @@ all_ruby_prepare() { sed -i -e '/coveralls/Id' test/test_helper.rb || die - # Tests which need escalated privileges + # Tests which need escalated privileges, network interfaces or other devices local privileged_tests=( test_set_datalink test_create_from_primitives test_filter + test_lookupdev + test_lookupnet + test_monitor test_pcap_stats test_pcap_datalink test_pcap_inject