python310Packages.jupytext: fix build on darwin

This commit is contained in:
Sebastián Mancilla 2022-07-13 23:15:11 -04:00
parent 0436831b1a
commit a91ca38f2f

View File

@ -1,4 +1,5 @@
{ lib
, stdenv
, buildPythonPackage
, fetchFromGitHub
, GitPython
@ -63,6 +64,9 @@ buildPythonPackage rec {
disabledTests = [
"test_apply_black_through_jupytext" # we can't do anything about ill-formatted notebooks
] ++ lib.optionals stdenv.isDarwin [
# requires access to trash
"test_load_save_rename"
];
pythonImportsCheck = [