mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
python3Packages.datamodel-code-generator: fix failing test on Darwin (#549466)
This commit is contained in:
@@ -123,6 +123,9 @@ buildPythonPackage (finalAttrs: {
|
||||
"test_type_checking_imports_default_to_runtime_imports_for_modular_pydantic_ruff"
|
||||
];
|
||||
|
||||
# Some of the tests use localhost networking.
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
pythonImportsCheck = [ "datamodel_code_generator" ];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user