python310Packages.xcffib: fix tests

This commit is contained in:
Robert Schütz
2023-03-09 12:51:43 -08:00
parent 510680e5e8
commit 6771860c7b
@@ -31,6 +31,11 @@ buildPythonPackage rec {
xorg.xorgserver
];
preCheck = ''
# import from $out
rm -r xcffib
'';
pythonImportsCheck = [ "xcffib" ];
meta = with lib; {