Skip to content

Commit

Permalink
setting pytest to run only on manual mode, as pre-commit ci does not …
Browse files Browse the repository at this point in the history
…recognize the command
  • Loading branch information
pedropaulofb committed Oct 16, 2023
1 parent b710025 commit 08fd085
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ repos:
hooks:
- id: run_tests
name: run pytest tests
entry: poetry run pytest ./ontouml_vocabulary_lib/tests
entry: pytest ./ontouml_vocabulary_lib/tests
language: system
pass_filenames: false
stages:
- manual
- id: update_requirements
name: update requirements.txt
entry: poetry export -f requirements.txt --output requirements.txt --with dev
Expand Down

0 comments on commit 08fd085

Please sign in to comment.