commit: 85fc0b78ff7d13c73b7c45bb920ca160a2f0cbcf Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sun Mar 29 12:11:36 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sun Mar 29 12:11:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85fc0b78
dev-python/trio: fix tests Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/trio/trio-0.13.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/trio/trio-0.13.0.ebuild b/dev-python/trio/trio-0.13.0.ebuild index 092b394..ce3ef2e 100644 --- a/dev-python/trio/trio-0.13.0.ebuild +++ b/dev-python/trio/trio-0.13.0.ebuild @@ -51,5 +51,10 @@ python_prepare_all() { -e "/test_getaddrinfo/i...@pytest.mark.skip(reason='no IPv6')" \ trio/tests/test_socket.py || die "sed failed for test_socket.py" fi + + # these tests require internet access + rm trio/tests/test_ssl.py || die + rm trio/tests/test_highlevel_ssl_helpers.py || die + distutils-r1_python_prepare_all }