commit: ae2a89badb27c2ab211c9151615ec3da05e9f9df Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon May 2 12:40:47 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon May 2 12:42:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae2a89ba
dev-python/python-email-validator: Restore more test skips Apparently my test setup is not the most strict one. Closes: https://bugs.gentoo.org/842150 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/python-email-validator/python-email-validator-1.2.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/python-email-validator/python-email-validator-1.2.1.ebuild b/dev-python/python-email-validator/python-email-validator-1.2.1.ebuild index dd6dc9a517db..af9f4ad587c8 100644 --- a/dev-python/python-email-validator/python-email-validator-1.2.1.ebuild +++ b/dev-python/python-email-validator/python-email-validator-1.2.1.ebuild @@ -38,4 +38,7 @@ EPYTEST_DESELECT=( "tests/test_main.py::test_email_example_reserved_domain[[email protected]]" "tests/test_main.py::test_email_example_reserved_domain[[email protected]]" tests/test_main.py::test_validate_email__with_caching_resolver + 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 )
