From 3ceb0815610a0eb5a9bd3b1ed2b10cfc0897a151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 19 May 2021 10:10:49 +0200 Subject: [PATCH] dev-python/aiodns: Add PROPERTIES=test_network MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/aiodns/aiodns-3.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/aiodns/aiodns-3.0.0.ebuild b/dev-python/aiodns/aiodns-3.0.0.ebuild index e36811f62233b..efbb87aaa6a7f 100644 --- a/dev-python/aiodns/aiodns-3.0.0.ebuild +++ b/dev-python/aiodns/aiodns-3.0.0.ebuild @@ -15,6 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" # Tests fail with network-sandbox, since they try to resolve google.com +PROPERTIES="test_network" RESTRICT="test" RDEPEND=">=dev-python/pycares-3[${PYTHON_USEDEP}]"