summaryrefslogtreecommitdiff
path: root/dev-util/pmbootstrap/pmbootstrap-1.22.0.ebuild
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-08-24 22:35:18 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-08-24 22:35:18 -0400
commitf652e3f28956298027e364e929edbb6beef328e2 (patch)
treee3ae8cf2894187bd1b24f77c88243c213a13e29d /dev-util/pmbootstrap/pmbootstrap-1.22.0.ebuild
parent13e6161211941f75176e123e495d5c79b3295578 (diff)
downloadgentoo-overlay-f652e3f28956298027e364e929edbb6beef328e2.tar.xz
gentoo-overlay-f652e3f28956298027e364e929edbb6beef328e2.zip
dev-util/pmbootstrap: correctly disable tests
Diffstat (limited to 'dev-util/pmbootstrap/pmbootstrap-1.22.0.ebuild')
-rw-r--r--dev-util/pmbootstrap/pmbootstrap-1.22.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-util/pmbootstrap/pmbootstrap-1.22.0.ebuild b/dev-util/pmbootstrap/pmbootstrap-1.22.0.ebuild
index cd6f550..1d90f20 100644
--- a/dev-util/pmbootstrap/pmbootstrap-1.22.0.ebuild
+++ b/dev-util/pmbootstrap/pmbootstrap-1.22.0.ebuild
@@ -16,4 +16,6 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
# https://gitlab.com/postmarketOS/pmbootstrap/-/issues/1951
-#distutils_enable_tests pytest
+RESTRICT="test"
+
+distutils_enable_tests pytest