Replace ostestr with stestr in comment in setup.py

charms.ceph actually uses stestr to perform unit testing.

Change-Id: I07c53fdea4e79ba92d0a3c2535020f9cf723d86d
This commit is contained in:
Alex Kavanagh 2021-02-10 11:33:42 +00:00
parent a14800daa1
commit d0d002cacf

View File

@ -32,7 +32,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: