Merge pull request #155666 from mweinelt/home-assistant-nut-tests

This commit is contained in:
Martin Weinelt
2022-01-19 17:51:16 +01:00
committed by GitHub
2 changed files with 4 additions and 6 deletions
@@ -2,7 +2,6 @@
, buildPythonPackage
, fetchFromGitHub
, requests
#, pytestCheckHook
}:
buildPythonPackage rec {
@@ -20,13 +19,11 @@ buildPythonPackage rec {
requests
];
# tests are completely broken, wrong imports and old api
#checkInputs = [
# pytestCheckHook
#];
pythonImportsCheck = [ "pynut2.nut2" ];
# tests are unmaintained and broken
doCheck = false;
meta = with lib; {
description = "API overhaul of PyNUT, a Python library to allow communication with NUT (Network UPS Tools) servers.";
homepage = "https://github.com/mezz64/python-nut2";
@@ -1348,6 +1348,7 @@
"nsw_rural_fire_service_feed"
"nuki"
"number"
"nut"
"nws"
"nx584"
"octoprint"