From f4579cd5b72e3708e0891f8d84602cbc28741d65 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Thu, 19 Nov 2020 23:19:46 -0600 Subject: dev-python/python-swiftclient: fix tests Closes: https://bugs.gentoo.org/738296 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Matthew Thode --- dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/python-swiftclient') diff --git a/dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild b/dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild index b0f498123406..f93210d8fc88 100644 --- a/dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild +++ b/dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild @@ -39,8 +39,8 @@ python_prepare_all() { } python_test() { - testr init - testr run || die "tests failed under ${EPYTHON}" + stestr init + stestr run || die "tests failed under ${EPYTHON}" flake8 tests && einfo "run of tests folder by flake8 passed" flake8 bin/swift && einfo "run of ./bin/swift by flake8 passed" } -- cgit v1.2.3