summaryrefslogtreecommitdiff
path: root/dev-python/python-swiftclient
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2020-11-20 06:27:15 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2020-11-20 06:27:15 +0000
commit66544face24ad8e792100eb5888e35bb8a94abc6 (patch)
treec55cfa1a582477cb12d0cff013d0963302214427 /dev-python/python-swiftclient
parent7476ba2ef4898be736048eb447cb7f3d9ed319b7 (diff)
downloadbaldeagleos-repo-66544face24ad8e792100eb5888e35bb8a94abc6.tar.gz
baldeagleos-repo-66544face24ad8e792100eb5888e35bb8a94abc6.tar.xz
baldeagleos-repo-66544face24ad8e792100eb5888e35bb8a94abc6.zip
Updating liguros repo
Diffstat (limited to 'dev-python/python-swiftclient')
-rw-r--r--dev-python/python-swiftclient/python-swiftclient-3.10.1.ebuild4
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 4a009567e243..9f0f399fe621 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"
}