forked from mirrors/nixpkgs
python3Packages.pynut2: disable tests
This commit is contained in:
parent
5000afbfb1
commit
b3da6aa7bc
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue