Change ostestr to stestr in comment in setup.py

charms.openstack now uses stestr rather that os-testr.

Change-Id: I436c75d8cb17abdcfbdc97cd31ced7a7165a48b5
This commit is contained in:
Alex Kavanagh 2021-02-10 11:39:53 +00:00
parent 6a050f5b3c
commit 976dd86b83
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class Tox(TestCommand):
import tox
import shlex
args = self.tox_args
# remove the 'test' arg from argv as tox passes it to ostestr which
# remove the 'test' arg from argv as tox passes it to stestr which
# breaks it.
sys.argv.pop()
if args: