Loading pkgs/development/python-modules/tololib/default.nix +4 −5 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , fetchFromGitLab , fetchpatch Loading Loading @@ -33,15 +34,13 @@ buildPythonPackage rec { export PATH="$PATH:$out/bin"; ''; disabledTests = [ # Test requires network access "test_discovery" ]; pythonImportsCheck = [ "tololib" ]; # Network discovery doesn't work in the sandbox for darwin doCheck = !stdenv.isDarwin; meta = with lib; { description = "Python Library for Controlling TOLO Sauna/Steam Bath Devices"; homepage = "https://gitlab.com/MatthiasLohr/tololib"; Loading Loading
pkgs/development/python-modules/tololib/default.nix +4 −5 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , fetchFromGitLab , fetchpatch Loading Loading @@ -33,15 +34,13 @@ buildPythonPackage rec { export PATH="$PATH:$out/bin"; ''; disabledTests = [ # Test requires network access "test_discovery" ]; pythonImportsCheck = [ "tololib" ]; # Network discovery doesn't work in the sandbox for darwin doCheck = !stdenv.isDarwin; meta = with lib; { description = "Python Library for Controlling TOLO Sauna/Steam Bath Devices"; homepage = "https://gitlab.com/MatthiasLohr/tololib"; Loading