Loading pkgs/development/python-modules/pydantic/1.nix +10 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , pytest-mock , pytestCheckHook , python-dotenv , pythonAtLeast , pythonOlder , setuptools , typing-extensions Loading Loading @@ -62,6 +63,15 @@ buildPythonPackage rec { export HOME=$(mktemp -d) ''; disabledTests = lib.optionals (pythonAtLeast "3.12") [ # depends on distuils "test_cython_function_untouched" # AssertionError on exact types and wording "test_model_subclassing_abstract_base_classes_without_implementation_raises_exception" "test_partial_specification_name" "test_secretfield" ]; enableParallelBuilding = true; pythonImportsCheck = [ "pydantic" ]; Loading Loading
pkgs/development/python-modules/pydantic/1.nix +10 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , pytest-mock , pytestCheckHook , python-dotenv , pythonAtLeast , pythonOlder , setuptools , typing-extensions Loading Loading @@ -62,6 +63,15 @@ buildPythonPackage rec { export HOME=$(mktemp -d) ''; disabledTests = lib.optionals (pythonAtLeast "3.12") [ # depends on distuils "test_cython_function_untouched" # AssertionError on exact types and wording "test_model_subclassing_abstract_base_classes_without_implementation_raises_exception" "test_partial_specification_name" "test_secretfield" ]; enableParallelBuilding = true; pythonImportsCheck = [ "pydantic" ]; Loading