diff options
Diffstat (limited to 'dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild')
| -rw-r--r-- | dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" } |
