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 0D9AD158099 for ; Wed, 29 Nov 2023 10:47:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E21C2BC035; Wed, 29 Nov 2023 10:47:47 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 304892BC035 for ; Wed, 29 Nov 2023 10:47:47 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15147335D17 for ; Wed, 29 Nov 2023 10:47:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C390998 for ; Wed, 29 Nov 2023 10:47:44 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1701254837.7e710bebb1a17a654041e790cb2e1c943c5f21bc.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs-minify-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.7.1.ebuild X-VCS-Directories: dev-python/mkdocs-minify-plugin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7e710bebb1a17a654041e790cb2e1c943c5f21bc X-VCS-Branch: master Date: Wed, 29 Nov 2023 10:47:44 +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: 08cb8f4e-dded-44b0-a43a-270d0c70f427 X-Archives-Hash: 5ede2d1cac665a63d474147bbd1c6fa7 commit: 7e710bebb1a17a654041e790cb2e1c943c5f21bc Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Nov 29 10:46:21 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Nov 29 10:47:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e710beb dev-python/mkdocs-minify-plugin: restrict tests Closes: https://bugs.gentoo.org/911738 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.7.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.7.1.ebuild b/dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.7.1.ebuild index 544af812a886..cfa029cc7c68 100644 --- a/dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.7.1.ebuild +++ b/dev-python/mkdocs-minify-plugin/mkdocs-minify-plugin-0.7.1.ebuild @@ -22,6 +22,11 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +# https://bugs.gentoo.org/911738 +# The tests compare hard coded hashes, since we cannot guarantee reproducibility +# of our own build the test will likely fail. +RESTRICT="test" + RDEPEND=" >=dev-python/csscompressor-0.9.5[${PYTHON_USEDEP}] >=dev-python/mkdocs-1.4.1[${PYTHON_USEDEP}]