Merge pull request #181547 from smancill/jupytext-darwin

python310Packages.jupytext: fix build on darwin
This commit is contained in:
Sandro 2022-07-15 11:15:59 +02:00 committed by GitHub
commit 60f68a65b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [