pythonPackages.xdot: Disable test

wip/yesman
Sandro Jäckel 3 years ago
parent 0a79e76ab5
commit fd0ac74050
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 3
      pkgs/development/python-modules/xdot/default.nix

@ -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";

Loading…
Cancel
Save