caffeine-ng: do not run tests
There are no tests anyway. Not finding the tests results in build failures if using Python 3.
This commit is contained in:
@@ -18,6 +18,8 @@ pythonPackages.buildPythonApplication rec {
|
||||
setproctitle setuptools setuptools_scm wheel
|
||||
];
|
||||
|
||||
doCheck = false; # There are no tests.
|
||||
|
||||
postBuild = ''
|
||||
mkdir -p $out/share
|
||||
cp -r share $out/
|
||||
|
||||
Reference in New Issue
Block a user