python3Packages.importlab: fix darwin support

This commit is contained in:
Emily Trau 2023-11-29 16:54:59 +11:00
parent 22def17ea7
commit 21ef6dd691

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;