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:
Marcial Gaißert 2019-09-01 20:28:08 +02:00
parent 7f42adf7a2
commit fc78d8e0a7
No known key found for this signature in database
GPG Key ID: B629036BE399EEE9

View File

@ -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/