Skip unit/functional tests on pre-commit config update

Number of repositories have introduced pre-commit for code style check.
Skip unit tests and functional tests for its config file because
the config file has no impact on functionality.

Change-Id: I0c6a41ab36d69ed767e99eaa87a555a3a940a573
This commit is contained in:
Takashi Kajinami 2024-10-24 10:49:04 +09:00
parent bff5beec40
commit 62b9ca5c27

View File

@ -74,6 +74,7 @@
- ^doc/.*$
- ^releasenotes/.*$
- ^deliverables/.*$
- ^\.pre-commit-config\.yaml$
vars:
tox_envlist: py27
bindep_profile: test py27