Loading pkgs/development/python-modules/nptyping/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ , numpy , pandas , feedparser , typeguard }: buildPythonPackage rec { Loading @@ -35,7 +34,6 @@ buildPythonPackage rec { invoke pandas pytestCheckHook typeguard ]; disabledTests = [ Loading @@ -49,6 +47,8 @@ buildPythonPackage rec { # can't find mypy stubs for pandas: "tests/test_mypy.py" "tests/pandas_/test_mypy_dataframe.py" # typeguard release broke nptyping compatibility: "tests/test_typeguard.py" # tries to build wheel of package, broken/unnecessary under Nix: "tests/test_wheel.py" ]; Loading Loading
pkgs/development/python-modules/nptyping/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ , numpy , pandas , feedparser , typeguard }: buildPythonPackage rec { Loading @@ -35,7 +34,6 @@ buildPythonPackage rec { invoke pandas pytestCheckHook typeguard ]; disabledTests = [ Loading @@ -49,6 +47,8 @@ buildPythonPackage rec { # can't find mypy stubs for pandas: "tests/test_mypy.py" "tests/pandas_/test_mypy_dataframe.py" # typeguard release broke nptyping compatibility: "tests/test_typeguard.py" # tries to build wheel of package, broken/unnecessary under Nix: "tests/test_wheel.py" ]; Loading