mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
python3Packages.notebook: disable networking tests on darwin
This commit is contained in:
parent
b37d18e731
commit
3f99620836
@ -73,6 +73,12 @@ buildPythonPackage rec {
|
||||
"test_checkpoints_follow_file"
|
||||
];
|
||||
|
||||
disabledTestPaths = lib.optionals stdenv.isDarwin [
|
||||
# requires local networking
|
||||
"notebook/auth/tests/test_login.py"
|
||||
"notebook/bundler/tests/test_bundler_api.py"
|
||||
];
|
||||
|
||||
# Some of the tests use localhost networking.
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user