18 buildPythonPackage rec {
23 disabled = pythonOlder "3.10";
25 src = fetchFromGitHub {
26 owner = "seandstewart";
28 rev = "refs/tags/v${version}";
29 hash = "sha256-2t9Jhdy9NmYBNzdtjjgUnoK2RDEUsAvDkYMcBRzEcmI=";
36 propagatedBuildInputs = [
53 # ConstraintValueError: Given value <{'key...
54 "test_tagged_union_validate"
55 # TypeError: 'NoneType' object cannot be interpreted as an integer
60 # We don't care about benchmarks
62 # Tests are failing on Hydra
63 "tests/mypy/test_mypy.py"
66 pythonImportsCheck = [
71 description = "Python library for runtime analysis, inference and validation of Python types";
72 homepage = "https://python-typical.org/";
73 changelog = "https://github.com/seandstewart/typical/releases/tag/v${version}";
74 license = licenses.mit;
75 maintainers = with maintainers; [ kfollesdal ];