19 buildPythonPackage rec {
24 disabled = pythonOlder "3.10";
26 src = fetchFromGitHub {
27 owner = "seandstewart";
29 rev = "refs/tags/v${version}";
30 hash = "sha256-2t9Jhdy9NmYBNzdtjjgUnoK2RDEUsAvDkYMcBRzEcmI=";
33 pythonRelaxDeps = [ "pendulum" ];
35 build-system = [ poetry-core ];
55 # ConstraintValueError: Given value <{'key...
56 "test_tagged_union_validate"
57 # TypeError: 'NoneType' object cannot be interpreted as an integer
59 # Failed: DID NOT RAISE <class 'ValueError'>
64 "test_transmute_simple"
68 # We don't care about benchmarks
70 # Tests are failing on Hydra
71 "tests/mypy/test_mypy.py"
74 pythonImportsCheck = [ "typic" ];
77 description = "Python library for runtime analysis, inference and validation of Python types";
78 homepage = "https://python-typical.org/";
79 changelog = "https://github.com/seandstewart/typical/releases/tag/v${version}";
80 license = licenses.mit;
81 maintainers = with maintainers; [ kfollesdal ];