pythonPackages.xvfbwrapper: disable tests

See: https://github.com/cgoldberg/xvfbwrapper/issues/30
This commit is contained in:
worldofpeace 2019-01-04 21:15:57 -05:00
parent 9619e6a7f6
commit 9257887fa7

View File

@ -15,6 +15,9 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [ xorgserver ];
# See: https://github.com/cgoldberg/xvfbwrapper/issues/30
doCheck = false;
checkInputs = [ mock ];
meta = with stdenv.lib; {