python310Packages.ismartgate: enable all tests

This commit is contained in:
Nick Cao 2023-02-01 10:36:10 +08:00
parent 377fc986f3
commit 3175a4d99f
No known key found for this signature in database

View File

@ -55,12 +55,6 @@ buildPythonPackage rec {
"ismartgate"
];
disabledTestPaths = [
# Tests are out-dated
"ismartgate/tests/test_init.py"
];
meta = with lib; {
description = "Python module to work with the ismartgate and gogogate2 API";
homepage = "https://github.com/bdraco/ismartgate";