Merge pull request #155666 from mweinelt/home-assistant-nut-tests
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user