dev-python/trio: fix tests

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-03-29 14:11:36 +02:00
parent 753fddeb8a
commit 85fc0b78ff

View File

@@ -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
}