···3, fetchFromGitHub
4, numpy
5, pytestCheckHook
06, pythonOlder
7}:
8···29 # Requires a very old version of nptyping
30 # which has a circular dependency on typish
31 "tests/functions/test_instance_of.py"
0000032 ];
3334 pythonImportsCheck = [
···3, fetchFromGitHub
4, numpy
5, pytestCheckHook
6+, pythonAtLeast
7, pythonOlder
8}:
9···30 # Requires a very old version of nptyping
31 # which has a circular dependency on typish
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"
38 ];
3940 pythonImportsCheck = [