python313Packages.cymruwhois: disable failing test

This commit is contained in:
Fabian Affolter
2025-08-18 20:09:37 +02:00
parent ecfbc82749
commit 9de8eb2c3d
@@ -33,12 +33,15 @@ buildPythonPackage rec {
pythonImportsCheck = [ "cymruwhois" ];
disabledTests = [
# Tests require network access
"test_asn"
# AssertionError
"test_doctest"
];
disabledTestPaths = [
# £Failed: 'yield' keyword is allowed in fixtures, but not in tests (test_common)
"tests/test_common_lookups.py"
];
meta = {
description = "Python client for the whois.cymru.com service";
homepage = "https://github.com/JustinAzoff/python-cymruwhois";