mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
python312Packages.tesla-powerwall: disable failing test
The URL representation changed somewhere between yarl 1.9 and 1.10.
This commit is contained in:
parent
f1678e98bd
commit
d1dcf229be
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user