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:
parent
7f42adf7a2
commit
fc78d8e0a7
@ -18,6 +18,8 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
setproctitle setuptools setuptools_scm wheel
|
setproctitle setuptools setuptools_scm wheel
|
||||||
];
|
];
|
||||||
|
|
||||||
|
doCheck = false; # There are no tests.
|
||||||
|
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
mkdir -p $out/share
|
mkdir -p $out/share
|
||||||
cp -r share $out/
|
cp -r share $out/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user