python3Packages.jupyter_server: disable failing tests on darwin
This commit is contained in:
parent
bb35b1c118
commit
7a28fcef84
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
{ lib
|
{ lib
|
||||||
|
, stdenv
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
|
@ -71,6 +72,9 @@ buildPythonPackage rec {
|
||||||
"test_list_formats"
|
"test_list_formats"
|
||||||
"test_base_url"
|
"test_base_url"
|
||||||
"test_culling"
|
"test_culling"
|
||||||
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
|
# attempts to use trashcan, build env doesn't allow this
|
||||||
|
"test_delete"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue