diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-22 13:22:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-22 13:53:22 +0100 |
commit | cfba960260f2e97bcc7d68a38ac35f73344138a9 (patch) | |
tree | 88ebafd589a885155c56ddd53f29485bc6aaba43 /dev-python/urllib3 | |
parent | dev-python/urllib3: Bump to 1.25.7, fix tests (diff) | |
download | gentoo-cfba960260f2e97bcc7d68a38ac35f73344138a9.tar.gz gentoo-cfba960260f2e97bcc7d68a38ac35f73344138a9.tar.bz2 gentoo-cfba960260f2e97bcc7d68a38ac35f73344138a9.zip |
dev-python/urllib3: Fix remaining MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/urllib3')
-rw-r--r-- | dev-python/urllib3/urllib3-1.24.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/urllib3/urllib3-1.24.2.ebuild b/dev-python/urllib3/urllib3-1.24.2.ebuild index fcfe9c27b1a7..8e4a8d1a987d 100644 --- a/dev-python/urllib3/urllib3-1.24.2.ebuild +++ b/dev-python/urllib3/urllib3-1.24.2.ebuild @@ -16,6 +16,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" +RESTRICT="!test? ( test )" #RESTRICT="test" RDEPEND=" |