python311Packages.pyenphase: disable tests failing with syrupy 4.5.0
This commit is contained in:
parent
6ef3db48a8
commit
f92134d363
@ -56,6 +56,11 @@ buildPythonPackage rec {
|
||||
syrupy
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# https://github.com/pyenphase/pyenphase/issues/97
|
||||
"test_with_7_x_firmware"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"pyenphase"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user