lol

python310Packages.typish: disable failing test on Python 3.11

+6
+6
pkgs/development/python-modules/typish/default.nix
··· 3 3 , fetchFromGitHub 4 4 , numpy 5 5 , pytestCheckHook 6 + , pythonAtLeast 6 7 , pythonOlder 7 8 }: 8 9 ··· 29 30 # Requires a very old version of nptyping 30 31 # which has a circular dependency on typish 31 32 "tests/functions/test_instance_of.py" 33 + ]; 34 + 35 + disabledTests = lib.optionals (pythonAtLeast "3.11") [ 36 + # https://github.com/ramonhagenaars/typish/issues/32 37 + "test_get_origin" 32 38 ]; 33 39 34 40 pythonImportsCheck = [