diff --git a/tests/dataforge_fixtures/sample.yaml b/tests/dataforge_fixtures/sample.yaml index 9618865..8e9ecb3 100644 --- a/tests/dataforge_fixtures/sample.yaml +++ b/tests/dataforge_fixtures/sample.yaml @@ -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: +version: 1.0.0 +description: A test project for DataForge CLI +author: Test Author +settings: + debug: true + timeout: 30 + retries: 3 +tags: + - test - cli - - data - - validation -license: MIT + - dataforge