pythonPackages.glances: Enable the tests (skip the failing ones)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user