mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-10 06:04:14 +00:00
python312Packages.versioningit: don't test with pydantic_1
This commit is contained in:
parent
07b8891968
commit
5abf5d4a9b
@ -36,6 +36,9 @@ buildPythonPackage rec {
|
||||
++ lib.optionals (pythonOlder "3.10") [ importlib-metadata ]
|
||||
++ lib.optionals (pythonOlder "3.11") [ tomli ];
|
||||
|
||||
# AttributeError: type object 'CaseDetails' has no attribute 'model_validate_json'
|
||||
doCheck = lib.versionAtLeast pydantic.version "2";
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
build
|
||||
|
@ -318,10 +318,6 @@ let
|
||||
];
|
||||
};
|
||||
|
||||
versioningit = super.versioningit.overridePythonAttrs {
|
||||
doCheck = false;
|
||||
};
|
||||
|
||||
# Pinned due to API changes ~1.0
|
||||
vultr = super.vultr.overridePythonAttrs (oldAttrs: rec {
|
||||
version = "0.1.2";
|
||||
|
Loading…
Reference in New Issue
Block a user