mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
Merge pull request #270826 from emilytrau/importlab-darwin
python3Packages.importlab: fix darwin support
This commit is contained in:
commit
3f84b6a6e4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user