diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 11ca949..3e1cfef 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: pytest language: system pass_filenames: false - id: update_requirements diff --git a/pyproject.toml b/pyproject.toml index 7cd557b..1b488ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ontouml_vocabulary_lib" -version = "1.0.1" +version = "1.0.1pytest" description = "OntoUML Python Library" license = "Apache-2.0" authors = ["Pedro Paulo F. Barcelos "]