python3.pkgs.ipykernel: skip test_unc_paths on darwin (#87628)
* Skip `test_unc_paths` on darwin * point to upstream issue Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com> Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
This commit is contained in:
parent
fa44d3ad71
commit
79147264ab
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ buildPythonPackage rec {
|
|||
"test_subprocess_print"
|
||||
"test_subprocess_error"
|
||||
"test_ipython_start_kernel_no_userns"
|
||||
|
||||
# https://github.com/ipython/ipykernel/issues/506
|
||||
"test_unc_paths"
|
||||
] ++ lib.optionals (pythonOlder "3.8") [
|
||||
# flaky test https://github.com/ipython/ipykernel/issues/485
|
||||
"test_shutdown"
|
||||
|
|
Loading…
Reference in a new issue