python311Packages.pyenphase: disable tests failing with syrupy 4.5.0

This commit is contained in:
Martin Weinelt 2023-10-05 05:24:25 +02:00
parent 6ef3db48a8
commit f92134d363
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -56,6 +56,11 @@ buildPythonPackage rec {
syrupy
];
disabledTests = [
# https://github.com/pyenphase/pyenphase/issues/97
"test_with_7_x_firmware"
];
pythonImportsCheck = [
"pyenphase"
];