python3Packages.decorator: fix build with structuredAttrs (#470696)

This commit is contained in:
Martin Weinelt
2025-12-14 13:51:53 +00:00
committed by GitHub
@@ -24,7 +24,7 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
enabledTestPaths = [ "tests/test.py " ];
enabledTestPaths = [ "tests/test.py" ];
meta = {
changelog = "https://github.com/micheles/decorator/blob/${src.tag}/CHANGES.md";