Remove --test-path option from stestr run

The .stestr.conf already defines the test path
so we don't need to specify it on the command line.

Change-Id: I66892fa0b17895207307bc15b5ef8b322a7a010e
This commit is contained in:
Matt Riedemann 2019-05-11 18:54:37 -04:00
parent c0b2604e9b
commit f062e60990
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ deps =
whitelist_externals =
rm
commands = rm -f .testrepository/times.dbm
stestr --test-path=./watcherclient/tests/unit run {posargs}
# The --test-path is defined in .stestr.conf
stestr run {posargs}
stestr slowest
[testenv:pep8]