Skip to content

Commit

Permalink
python36.pkgs.networkx: disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed May 27, 2017
1 parent c976806 commit 0989178
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28731,6 +28731,9 @@ EOF
buildInputs = with self; [ nose ];
propagatedBuildInputs = with self; [ decorator ];

# 17 failures with 3.6 https://github.com/networkx/networkx/issues/2396#issuecomment-304437299
doCheck = !(isPy36);

meta = {
homepage = "https://networkx.github.io/";
description = "Library for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks";
Expand Down

0 comments on commit 0989178

Please sign in to comment.