Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-email-validator/
Date: Mon, 02 May 2022 12:42:20
Message-Id: 1651495331.ae2a89badb27c2ab211c9151615ec3da05e9f9df.mgorny@gentoo
1 commit: ae2a89badb27c2ab211c9151615ec3da05e9f9df
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 12:40:47 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 12:42:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae2a89ba
7
8 dev-python/python-email-validator: Restore more test skips
9
10 Apparently my test setup is not the most strict one.
11
12 Closes: https://bugs.gentoo.org/842150
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 dev-python/python-email-validator/python-email-validator-1.2.1.ebuild | 3 +++
16 1 file changed, 3 insertions(+)
17
18 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
19 index dd6dc9a517db..af9f4ad587c8 100644
20 --- a/dev-python/python-email-validator/python-email-validator-1.2.1.ebuild
21 +++ b/dev-python/python-email-validator/python-email-validator-1.2.1.ebuild
22 @@ -38,4 +38,7 @@ EPYTEST_DESELECT=(
23 "tests/test_main.py::test_email_example_reserved_domain[me@×××××××.com]"
24 "tests/test_main.py::test_email_example_reserved_domain[me@××××××××××××.com]"
25 tests/test_main.py::test_validate_email__with_caching_resolver
26 + tests/test_main.py::test_main_single_good_input
27 + tests/test_main.py::test_main_multi_input
28 + tests/test_main.py::test_main_input_shim
29 )