Merge pull request #270826 from emilytrau/importlab-darwin

python3Packages.importlab: fix darwin support
This commit is contained in:
OTABI Tomoya 2023-11-30 18:08:04 +09:00 committed by GitHub
commit 3f84b6a6e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,10 +21,12 @@ buildPythonPackage rec {
disabledTestPaths = [ "tests/test_parsepy.py" ];
# Test fails on darwin filesystem
disabledTests = [ "testIsDir" ];
pythonImportsCheck = [ "importlab" ];
meta = with lib; {
broken = stdenv.isDarwin;
description = "A library that automatically infers dependencies for Python files";
homepage = "https://github.com/google/importlab";
license = licenses.mit;