python313Packages.pysmartapp: disabled failing tests

This commit is contained in:
Fabian Affolter
2025-11-23 12:48:23 +01:00
parent 2c1ab91963
commit 7a6be59eb6
@@ -31,6 +31,11 @@ buildPythonPackage rec {
pythonImportsCheck = [ "pysmartapp" ];
disabledTestPaths = [
# These tests are outdated
"tests/test_smartapp.py"
];
meta = with lib; {
description = "Python implementation to work with SmartApp lifecycle events";
homepage = "https://github.com/andrewsayre/pysmartapp";