python313Packages.cymruwhois: disable failing test
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user