diff options
-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 |