python312Packages.tesla-powerwall: disable failing test

The URL representation changed somewhere between yarl 1.9 and 1.10.
This commit is contained in:
Martin Weinelt 2024-11-07 04:34:00 +01:00
parent f1678e98bd
commit d1dcf229be
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -38,6 +38,11 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# yarl compat issue https://github.com/jrester/tesla_powerwall/issues/68
"test_parse_endpoint"
];
pytestFlagsArray = [ "tests/unit" ];
pythonImportsCheck = [ "tesla_powerwall" ];