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 42BCC158170 for ; Fri, 19 Jul 2024 15:06:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABCE82BC068; Fri, 19 Jul 2024 15:04:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 5D5792BC065 for ; Fri, 19 Jul 2024 15:04:39 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH 6/6] dev-python/miniupnpc: Enable import-check testing (sample) Date: Fri, 19 Jul 2024 16:56:06 +0200 Message-ID: <20240719150427.133877-7-mgorny@gentoo.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240719150427.133877-1-mgorny@gentoo.org> References: <20240719150427.133877-1-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 3ff858e3-3be3-4748-8804-7d4926db0d04 X-Archives-Hash: fb0c994490b7ab6da20e8f0d65915e5d Signed-off-by: Michał Górny --- dev-python/miniupnpc/miniupnpc-2.2.8.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/miniupnpc/miniupnpc-2.2.8.ebuild b/dev-python/miniupnpc/miniupnpc-2.2.8.ebuild index cb0ab1a5907e..4dc7d2542ada 100644 --- a/dev-python/miniupnpc/miniupnpc-2.2.8.ebuild +++ b/dev-python/miniupnpc/miniupnpc-2.2.8.ebuild @@ -49,3 +49,4 @@ DOCS=() # Example test command: # python -c 'import miniupnpc; u = miniupnpc.UPnP(); u.discover(); u.selectigd(); print(u.externalipaddress())' +distutils_enable_tests import-check -- 2.45.2