Unverified Commit 3175a4d9 authored by Nick Cao's avatar Nick Cao
Browse files

python310Packages.ismartgate: enable all tests

parent 377fc986
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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";