pythonPackages.xdot: Disable test
This commit is contained in:
parent
0a79e76ab5
commit
fd0ac74050
@ -20,7 +20,8 @@ buildPythonPackage rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
# https://github.com/NixOS/nixpkgs/pull/107872#issuecomment-752175866
|
# 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; {
|
meta = with lib; {
|
||||||
description = "An interactive viewer for graphs written in Graphviz's dot";
|
description = "An interactive viewer for graphs written in Graphviz's dot";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user