From 976dd86b833c592d4ec656eb3d42f143bf9e6569 Mon Sep 17 00:00:00 2001 From: Alex Kavanagh Date: Wed, 10 Feb 2021 11:39:53 +0000 Subject: [PATCH] Change ostestr to stestr in comment in setup.py charms.openstack now uses stestr rather that os-testr. Change-Id: I436c75d8cb17abdcfbdc97cd31ced7a7165a48b5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e89903e..eadb9ff 100644 --- a/setup.py +++ b/setup.py @@ -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: