Fix redundant default posargs for unit tests

The same is already defined by .stestr.conf .

Change-Id: I9afd30ef02570cc8eee43dd48f2b9b6a52f05d2d
This commit is contained in:
Takashi Kajinami 2024-02-02 03:19:10 +09:00
parent 0ccfe557e5
commit cafb36b1af
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ deps =
commands =
find . -type f -name "*.py[c|o]" -delete
find . -type d -name "__pycache__" -delete
stestr run --slowest --concurrency 1 {posargs:tests.unit}
stestr run --slowest --concurrency 1 {posargs}
allowlist_externals =
bash