From da7d03478c15f24b9d50d29084bc1a18e3bc9091 Mon Sep 17 00:00:00 2001 From: Pedro Paulo Favato Barcelos Date: Mon, 16 Oct 2023 14:22:46 +0200 Subject: [PATCH] testing pytest config on pre-commit --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "]