mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
python3Packages.typing-inspection: 0.4.2 -> 0.4.3
Changelog: https://github.com/pydantic/typing-inspection/blob/v0.4.3/HISTORY.md Diff: https://github.com/pydantic/typing-inspection/compare/v0.4.2...v0.4.3
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "typing-inspection";
|
||||
version = "0.4.2";
|
||||
version = "0.4.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pydantic";
|
||||
repo = "typing-inspection";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-aGScO+FLEJ5IyI6hBqdsiKJRN7vEG36V5131nhVZEbc=";
|
||||
hash = "sha256-jNAMYV9mpUnClLOahQyLisBkOfELcmjKavKJgyxkQr4=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
@@ -31,12 +31,6 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# broken by intentional 3.14.7 behavior change
|
||||
# reported upstream: https://github.com/pydantic/typing-inspection/issues/55
|
||||
"test_literal_values_unhashable_type"
|
||||
];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/pydantic/typing-inspection/blob/${src.tag}/HISTORY.md";
|
||||
description = "Runtime typing introspection tools";
|
||||
|
||||
Reference in New Issue
Block a user