python312Packages.pyecoforest: disable failing tests

These happen sincee the respx 0.21.0 upgrade.
This commit is contained in:
Martin Weinelt
2024-06-24 12:18:35 +02:00
parent c88dfa954f
commit a09d93608c
@@ -39,6 +39,15 @@ buildPythonPackage rec {
respx
];
disabledTests = [
# respx.models.AllMockedAssertionError
"test_get"
"test_get_errors"
"test_set_temperature"
"test_set_power"
"test_turn"
];
pythonImportsCheck = [ "pyecoforest" ];
meta = with lib; {