Fix CI/CD issues: linting errors and test file corruption
Some checks failed
CI / test (ubuntu-latest, 3.10) (push) Has been cancelled
CI / test (ubuntu-latest, 3.11) (push) Has been cancelled
CI / test (ubuntu-latest, 3.12) (push) Has been cancelled
CI / test (ubuntu-latest, 3.8) (push) Has been cancelled
CI / test (ubuntu-latest, 3.9) (push) Has been cancelled
CI / test-minimal (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / release (push) Has been cancelled
Some checks failed
CI / test (ubuntu-latest, 3.10) (push) Has been cancelled
CI / test (ubuntu-latest, 3.11) (push) Has been cancelled
CI / test (ubuntu-latest, 3.12) (push) Has been cancelled
CI / test (ubuntu-latest, 3.8) (push) Has been cancelled
CI / test (ubuntu-latest, 3.9) (push) Has been cancelled
CI / test-minimal (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / release (push) Has been cancelled
This commit is contained in:
@@ -1,12 +1,15 @@
|
|||||||
|
---
|
||||||
name: test-project
|
name: test-project
|
||||||
version: 1.0.0
|
version: "1.0.0"
|
||||||
description: A test project for DataForge CLI
|
dependencies:
|
||||||
author: Test Author
|
click: ^8.0
|
||||||
settings:
|
pyyaml: ^6.0
|
||||||
debug: true
|
jsonschema: ^4.17
|
||||||
timeout: 30
|
devDependencies:
|
||||||
retries: 3
|
pytest: ^7.0
|
||||||
tags:
|
pytest-cov: ^4.0
|
||||||
- test
|
keywords:
|
||||||
- cli
|
- cli
|
||||||
- dataforge
|
- data
|
||||||
|
- validation
|
||||||
|
license: MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user