commit: 3f4ea83c1758f7e894edb658f28dd698c613b525 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jul 25 18:02:07 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jul 25 18:04:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f4ea83c
dev-python/python-email-validator: Skip more internet tests Closes: https://bugs.gentoo.org/804211 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../python-email-validator/python-email-validator-1.1.3.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/python-email-validator/python-email-validator-1.1.3.ebuild b/dev-python/python-email-validator/python-email-validator-1.1.3.ebuild index 4755828be07..37514f3ad4d 100644 --- a/dev-python/python-email-validator/python-email-validator-1.1.3.ebuild +++ b/dev-python/python-email-validator/python-email-validator-1.1.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 @@ -29,6 +29,10 @@ python_test() { tests/test_main.py::test_deliverability_fails tests/test_main.py::test_validate_email__with_caching_resolver tests/test_main.py::test_validate_email__with_configured_resolver + # these tests rely on example.com being resolvable + tests/test_main.py::test_main_single_good_input + tests/test_main.py::test_main_multi_input + tests/test_main.py::test_main_input_shim ) epytest ${deselect[@]/#/--deselect }
