Skip to content

Commit

Permalink
notebook: fix tests on darwin, 6.1.3 -> 6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Gagnaux authored and Jon committed Sep 23, 2020
1 parent aa25c65 commit 2030061
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/development/python-modules/notebook/default.nix
Expand Up @@ -28,12 +28,12 @@

buildPythonPackage rec {
pname = "notebook";
version = "6.1.3";
version = "6.1.4";
disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "9990d51b9931a31e681635899aeb198b4c4b41586a9e87fbfaaed1a71d0a05b6";
sha256 = "0cnyi4zd3byh7zixdj2q71axm31xgjiyfklh1c63c87acgwh2zb8";
};

LC_ALL = "en_US.utf8";
Expand Down Expand Up @@ -67,6 +67,10 @@ buildPythonPackage rec {
"TestInstallServerExtension"
"launch_socket"
"sock_server"
]
++ lib.optional stdenv.isDarwin [
"test_delete"
"test_checkpoints_follow_file"
];

# Some of the tests use localhost networking.
Expand Down

0 comments on commit 2030061

Please sign in to comment.