mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
python36.pkgs.networkx: disable tests
This commit is contained in:
parent
c976806322
commit
098917844d
1 changed files with 3 additions and 0 deletions
|
@ -28731,6 +28731,9 @@ EOF
|
||||||
buildInputs = with self; [ nose ];
|
buildInputs = with self; [ nose ];
|
||||||
propagatedBuildInputs = with self; [ decorator ];
|
propagatedBuildInputs = with self; [ decorator ];
|
||||||
|
|
||||||
|
# 17 failures with 3.6 https://github.com/networkx/networkx/issues/2396#issuecomment-304437299
|
||||||
|
doCheck = !(isPy36);
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://networkx.github.io/";
|
homepage = "https://networkx.github.io/";
|
||||||
description = "Library for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks";
|
description = "Library for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks";
|
||||||
|
|
Loading…
Reference in a new issue