Loading pkgs/development/python-modules/typish/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchFromGitHub , numpy , pytestCheckHook , pythonAtLeast , pythonOlder }: Loading Loading @@ -31,6 +32,11 @@ buildPythonPackage rec { "tests/functions/test_instance_of.py" ]; disabledTests = lib.optionals (pythonAtLeast "3.11") [ # https://github.com/ramonhagenaars/typish/issues/32 "test_get_origin" ]; pythonImportsCheck = [ "typish" ]; Loading Loading
pkgs/development/python-modules/typish/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchFromGitHub , numpy , pytestCheckHook , pythonAtLeast , pythonOlder }: Loading Loading @@ -31,6 +32,11 @@ buildPythonPackage rec { "tests/functions/test_instance_of.py" ]; disabledTests = lib.optionals (pythonAtLeast "3.11") [ # https://github.com/ramonhagenaars/typish/issues/32 "test_get_origin" ]; pythonImportsCheck = [ "typish" ]; Loading