Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 842150 - dev-python/python-email-validator-1.2.1 fails tests
Summary: dev-python/python-email-validator-1.2.1 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrew Nowa Ammerlaan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-02 09:51 UTC by Agostino Sarubbo
Modified: 2022-05-02 12:42 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,78.81 KB, text/plain)
2022-05-02 09:51 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-05-02 09:51:41 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/python-email-validator-1.2.1 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-05-02 09:51:43 UTC
Created attachment 775997 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-05-02 09:51:44 UTC
Error(s) that match a know pattern:


'
')
E       AssertionError: assert 'google1@google.com' not in ('google1@google.com The domain name google.com does not exist.
E           json.decoder.JSONDecodeError: Unexpected 'b': line 1 column 1 (char 0)
E           json.decoder.JSONDecodeError: Unexpected 'T': line 1 column 1 (char 0)
FAILED tests/test_main.py::test_main_input_shim - json.decoder.JSONDecodeErro...
FAILED tests/test_main.py::test_main_multi_input - AssertionError: assert 'go...
FAILED tests/test_main.py::test_main_single_good_input - json.decoder.JSONDec...
 'google2@google.com The domain name google.com does not exist.
 '@-sign.
 'test3@.com An email address cannot have a period immediately after the '
 'test@.com An email address cannot have a period immediately after the '
Comment 3 Larry the Git Cow gentoo-dev 2022-05-02 12:42:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae2a89badb27c2ab211c9151615ec3da05e9f9df

commit ae2a89badb27c2ab211c9151615ec3da05e9f9df
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2022-05-02 12:40:47 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2022-05-02 12:42:11 +0000

    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@gentoo.org>

 dev-python/python-email-validator/python-email-validator-1.2.1.ebuild | 3 +++
 1 file changed, 3 insertions(+)