pythonPackages.xdot: Disable test

This commit is contained in:
Sandro Jäckel 2021-01-10 00:19:07 +01:00
parent 0a79e76ab5
commit fd0ac74050
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -20,7 +20,8 @@ buildPythonPackage rec {
'';
# https://github.com/NixOS/nixpkgs/pull/107872#issuecomment-752175866
doCheck = stdenv.isLinux;
# cannot import name '_gi' from partially initialized module 'gi' (most likely due to a circular import)
doCheck = false;
meta = with lib; {
description = "An interactive viewer for graphs written in Graphviz's dot";