python3Packges.fields: mark tests as disabled

This commit is contained in:
Sigmanificient
2026-07-21 01:41:30 +02:00
parent 72dfbeef2f
commit 951e50ec2b

View File

@@ -19,6 +19,8 @@ buildPythonPackage (finalAttrs: {
pythonImportsCheck = [ "fields" ];
doCheck = false; # Argument(s) {'path'} are declared in the hookimpl but can not be found in the hookspec
meta = {
description = "Container class boilerplate killer";
homepage = "https://github.com/ionelmc/python-fields";