From b71002594ecc4920f46304c369ead4eaa85fcd5f Mon Sep 17 00:00:00 2001 From: Pedro Paulo Favato Barcelos Date: Mon, 16 Oct 2023 14:37:42 +0200 Subject: [PATCH] trying to solve pre-commit ci issue by running pytest via poetry --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 11ca949..6cfb8d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: hooks: - id: run_tests name: run pytest tests - entry: pytest ./ontouml_vocabulary_lib/tests + entry: poetry run pytest ./ontouml_vocabulary_lib/tests language: system pass_filenames: false - id: update_requirements