pythonPackages.glances: Enable the tests (skip the failing ones)

This commit is contained in:
Michael Weiss
2018-09-29 11:59:48 +02:00
parent 154089109a
commit 2df4b3e6eb
2 changed files with 55 additions and 1 deletions

View File

@@ -16,8 +16,10 @@ buildPythonPackage rec {
sha256 = "1jkjblfk4gbr00j7lny7ajiizzqnp0p1yhzfi14074gwk38z0q14";
};
patches = lib.optional doCheck ./skip-failing-tests.patch;
# Requires access to /sys/class/power_supply
doCheck = false;
doCheck = true;
buildInputs = [ unittest2 ];
propagatedBuildInputs = [ psutil setuptools bottle batinfo pysnmp hddtemp ];