pythonPackages.xvfbwrapper: disable tests
See: https://github.com/cgoldberg/xvfbwrapper/issues/30
This commit is contained in:
parent
9619e6a7f6
commit
9257887fa7
@ -15,6 +15,9 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
propagatedBuildInputs = [ xorgserver ];
|
propagatedBuildInputs = [ xorgserver ];
|
||||||
|
|
||||||
|
# See: https://github.com/cgoldberg/xvfbwrapper/issues/30
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
checkInputs = [ mock ];
|
checkInputs = [ mock ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user