Only add files with modification outside doc blocks (#23327)

* min. version for pytest

* fix

* fix

---------

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2023-05-12 16:35:15 +02:00
committed by GitHub
parent 7f8b909189
commit a3975f94f3
3 changed files with 18 additions and 5 deletions

View File

@@ -151,7 +151,7 @@ _deps = [
"psutil",
"pyyaml>=5.1",
"pydantic",
"pytest",
"pytest>=7.2.0",
"pytest-timeout",
"pytest-xdist",
"python>=3.7.0",