Merge pull request #124027 from risicle/ris-jupyter-server-darwin-fix

python3Packages.jupyter_server: disable failing tests on darwin
This commit is contained in:
Sandro 2021-05-22 15:52:19 +02:00 committed by GitHub
commit 4afc75ff55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
{ lib
, stdenv
, buildPythonPackage
, fetchPypi
, pythonOlder
@ -71,6 +72,9 @@ buildPythonPackage rec {
"test_list_formats"
"test_base_url"
"test_culling"
] ++ lib.optionals stdenv.isDarwin [
# attempts to use trashcan, build env doesn't allow this
"test_delete"
];
meta = with lib; {