diff --git a/pyproject.toml b/pyproject.toml index e2a1f88f7b..3266d10703 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ charset-normalizer = "^2.1.0" [tool.poetry.dev-dependencies] ipython = "^7.2" # test -pytest = "^6.2.5" +pytest = "^7.0.0" pytest-cov = "^2.6" pytest-mock = "^2.0" codecov = "^2.0" diff --git a/scripts/test b/scripts/test index b5541d2d3e..11131cd209 100755 --- a/scripts/test +++ b/scripts/test @@ -11,3 +11,4 @@ ${PREFIX}isort --check-only commitizen tests ${PREFIX}flake8 commitizen/ tests/ ${PREFIX}mypy commitizen/ tests/ ${PREFIX}pydocstyle --convention=google --add-ignore=D1,D415 +${PREFIX}commitizen check --rev-range origin/master..