pythonPackages.virtual-display: 0.1.5 -> 0.2.1 and disable tests

This commit is contained in:
Robert Schütz 2018-02-27 22:14:04 +01:00
parent 7076991eec
commit 5d7f24e8b5

View File

@ -2,15 +2,18 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "PyVirtualDisplay"; pname = "PyVirtualDisplay";
version = "0.1.5"; version = "0.2.1";
propagatedBuildInputs = [ EasyProcess ]; propagatedBuildInputs = [ EasyProcess ];
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "aa6aef08995e14c20cc670d933bfa6e70d736d0b555af309b2e989e2faa9ee53"; sha256 = "012883851a992f9c53f0dc6a512765a95cf241bdb734af79e6bdfef95c6e9982";
}; };
# requires X server
doCheck = false;
meta = with lib; { meta = with lib; {
description = "Python wrapper for Xvfb, Xephyr and Xvnc"; description = "Python wrapper for Xvfb, Xephyr and Xvnc";
homepage = "https://github.com/ponty/pyvirtualdisplay"; homepage = "https://github.com/ponty/pyvirtualdisplay";