dev-python/mkdocs-minify-plugin: restrict tests

Closes: https://bugs.gentoo.org/911738
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2023-11-29 11:46:21 +01:00
parent 987d059ce1
commit 7e710bebb1

View File

@@ -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}]