python3Packages.xcffib: fix tests

This commit is contained in:
Jonathan Ringer 2020-08-26 00:42:08 -07:00 committed by Frederik Rietdijk
parent bd6bfd53e7
commit 09f4d3d493

View file

@ -3,6 +3,7 @@
, fetchPypi
, xorg
, cffi
, nose
, six
}:
@ -22,6 +23,10 @@ buildPythonPackage rec {
propagatedBuildInputs = [ cffi six ];
checkInputs = [ nose ];
pythonImportsCheck = [ "xcffib" ];
meta = with stdenv.lib; {
description = "A drop in replacement for xpyb, an XCB python binding";
homepage = "https://github.com/tych0/xcffib";