Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workspace_backup pre-commit requires dev dependencies #77

Open
manics opened this issue May 31, 2022 · 0 comments
Open

workspace_backup pre-commit requires dev dependencies #77

manics opened this issue May 31, 2022 · 0 comments

Comments

@manics
Copy link
Member

manics commented May 31, 2022

workspace_backup/.pre-commit-config.yaml runs the tests

- repo: local
hooks:
- id: code-coverage-check
name: code-coverage-check
entry: coverage run --source=./src -m pytest tests/
language: system
pass_filenames: false
always_run: true
verbose: true

but requirements-dev.txt was removed in d2f135c so they can't be run without installing the dependencies manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant