lol

python310Packages.nptyping: disable typeguard tests due to API incompatibility from typeguard bump

+2 -2
+2 -2
pkgs/development/python-modules/nptyping/default.nix
··· 8 8 , numpy 9 9 , pandas 10 10 , feedparser 11 - , typeguard 12 11 }: 13 12 14 13 buildPythonPackage rec { ··· 35 34 invoke 36 35 pandas 37 36 pytestCheckHook 38 - typeguard 39 37 ]; 40 38 41 39 disabledTests = [ ··· 49 47 # can't find mypy stubs for pandas: 50 48 "tests/test_mypy.py" 51 49 "tests/pandas_/test_mypy_dataframe.py" 50 + # typeguard release broke nptyping compatibility: 51 + "tests/test_typeguard.py" 52 52 # tries to build wheel of package, broken/unnecessary under Nix: 53 53 "tests/test_wheel.py" 54 54 ];