Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 908408 - dev-python/dns-lexicon-3.12.0 fails tests: NameError: name dns is not defined
Summary: dev-python/dns-lexicon-3.12.0 fails tests: NameError: name dns is not defined
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-12 15:07 UTC by Agostino Sarubbo
Modified: 2023-06-20 08:49 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,526.25 KB, text/plain)
2023-06-12 15:07 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 2023-06-12 15:07:30 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/dns-lexicon-3.12.0 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-06-12 15:07:33 UTC
Created attachment 863732 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-06-12 15:07:34 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


E       NameError: name 'dns' is not defined
FAILED lexicon/tests/providers/test_duckdns.py::DuckdnsProviderTests::test_duckdns_domain_logic
FAILED lexicon/tests/providers/test_duckdns.py::DuckdnsProviderTests::test_provider_when_calling_create_record_for_A_with_valid_name_and_content
FAILED lexicon/tests/providers/test_duckdns.py::DuckdnsProviderTests::test_provider_when_calling_create_record_for_TXT_with_fqdn_name_and_content
FAILED lexicon/tests/providers/test_duckdns.py::DuckdnsProviderTests::test_provider_when_calling_create_record_for_TXT_with_full_name_and_content
FAILED lexicon/tests/providers/test_duckdns.py::DuckdnsProviderTests::test_provider_when_calling_create_record_for_TXT_with_valid_name_and_content
FAILED lexicon/tests/providers/test_duckdns.py::DuckdnsProviderTests::test_provider_when_calling_create_record_with_duplicate_records_should_be_noop
FAILED lexicon/tests/providers/test_duckdns.py::DuckdnsProviderTests::test_provider_when_calling_delete_record_by_filter_should_remove_record
FAILED lexicon/tests/providers/test_duckdns.py::DuckdnsProviderTests::test_provider_when_calling_delete_record_by_filter_with_fqdn_name_should_remove_record
FAILED lexicon/tests/providers/test_duckdns.py::DuckdnsProviderTests::test_provider_when_calling_delete_record_by_filter_with_full_name_should_remove_record
FAILED lexicon/tests/providers/test_duckdns.py::DuckdnsProviderTests::test_provider_when_calling_delete_record_by_identifier_should_remove_record
FAILED lexicon/tests/providers/test_duckdns.py::DuckdnsProviderTests::test_provider_when_calling_list_records_with_fqdn_name_filter_should_return_record
FAILED lexicon/tests/providers/test_duckdns.py::DuckdnsProviderTests::test_provider_when_calling_list_records_with_full_name_filter_should_return_record
FAILED lexicon/tests/providers/test_duckdns.py::DuckdnsProviderTests::test_provider_when_calling_list_records_with_invalid_filter_should_be_empty_list
FAILED lexicon/tests/providers/test_duckdns.py::DuckdnsProviderTests::test_provider_when_calling_list_records_with_name_filter_should_return_record
FAILED lexicon/tests/providers/test_duckdns.py::DuckdnsProviderTests::test_provider_when_calling_list_records_with_no_arguments_should_list_all
FAILED lexicon/tests/providers/test_duckdns.py::DuckdnsProviderTests::test_provider_when_calling_update_record_should_modify_record_name_specified
Comment 3 Larry the Git Cow gentoo-dev 2023-06-20 08:49:59 UTC
The bug has been closed via the following commit(s):

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

commit 47fe90f7ef910e2b45120f767a5c906a34d2bd41
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2023-06-20 08:48:38 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-06-20 08:49:55 +0000

    dev-python/dns-lexicon: Add missing dev-python/dnspython dep
    
    Closes: https://bugs.gentoo.org/908408
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/dns-lexicon/dns-lexicon-3.12.0.ebuild | 1 +
 1 file changed, 1 insertion(+)