diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-19 10:10:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-19 10:12:08 +0200 |
commit | 3ceb0815610a0eb5a9bd3b1ed2b10cfc0897a151 (patch) | |
tree | 53dcdf84041a75f7e2fe28ee46cba8ff30f7d35f /dev-python/aiodns | |
parent | dev-python/pycares: Add PROPERTIES=test_network (diff) | |
download | gentoo-3ceb0815610a0eb5a9bd3b1ed2b10cfc0897a151.tar.gz gentoo-3ceb0815610a0eb5a9bd3b1ed2b10cfc0897a151.tar.bz2 gentoo-3ceb0815610a0eb5a9bd3b1ed2b10cfc0897a151.zip |
dev-python/aiodns: Add PROPERTIES=test_network
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/aiodns')
-rw-r--r-- | dev-python/aiodns/aiodns-3.0.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/aiodns/aiodns-3.0.0.ebuild b/dev-python/aiodns/aiodns-3.0.0.ebuild index e36811f62233..efbb87aaa6a7 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}]" |