diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-08-24 22:35:18 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-08-24 22:35:18 -0400 |
commit | f652e3f28956298027e364e929edbb6beef328e2 (patch) | |
tree | e3ae8cf2894187bd1b24f77c88243c213a13e29d /dev-util | |
parent | 13e6161211941f75176e123e495d5c79b3295578 (diff) | |
download | gentoo-overlay-f652e3f28956298027e364e929edbb6beef328e2.tar.xz gentoo-overlay-f652e3f28956298027e364e929edbb6beef328e2.zip |
dev-util/pmbootstrap: correctly disable tests
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/pmbootstrap/pmbootstrap-1.22.0.ebuild | 4 |
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 |