dev-python/paramiko: fix QA warning about tests
authorAaron Bauman <bman@gentoo.org>
Sun, 24 Nov 2019 16:05:56 +0000 (11:05 -0500)
committerAaron Bauman <bman@gentoo.org>
Sun, 24 Nov 2019 16:05:56 +0000 (11:05 -0500)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
dev-python/paramiko/paramiko-2.4.2.ebuild
dev-python/paramiko/paramiko-2.6.0.ebuild

index 1cb412f91403fd7f284fae8fc4410dca3c099175..654acfc5f1d723aae051ce0ec01af4b59d732bfe 100644 (file)
@@ -18,6 +18,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris"
 IUSE="doc examples server test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
        >=dev-python/bcrypt-3.1.3[${PYTHON_USEDEP}]
index 4b8d6e39f845e6cd882274d084ba623f19a57fcf..abb603e24827c802fbee20696beb120d6513a254 100644 (file)
@@ -18,6 +18,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris"
 IUSE="doc examples server test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
        >=dev-python/bcrypt-3.1.3[${PYTHON_USEDEP}]