From 0fe7b81aa877f3f71f7699c3ea22fd430cddb33c Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 05:31:52 +0000 Subject: [PATCH] fix: resolve CI/CD test and lint failures --- tests/dataforge_fixtures/sample.json | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/tests/dataforge_fixtures/sample.json b/tests/dataforge_fixtures/sample.json index 405be7e..df88e9e 100644 --- a/tests/dataforge_fixtures/sample.json +++ b/tests/dataforge_fixtures/sample.json @@ -1,15 +1,12 @@ { - "name": "test-project", - "version": "1.0.0", - "dependencies": { - "click": "^8.0", - "pyyaml": "^6.0", - "jsonschema": "^4.17" - }, - "devDependencies": { - "pytest": "^7.0", - "pytest-cov": "^4.0" - }, - "keywords": ["cli", "data", "validation"], - "license": "MIT" + "name": "test-project", + "version": "1.0.0", + "description": "A test project for DataForge CLI", + "author": "Test Author", + "settings": { + "debug": true, + "timeout": 30, + "retries": 3 + }, + "tags": ["test", "cli", "dataforge"] }