summaryrefslogtreecommitdiff
path: root/dev-python/jaraco-path
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-02-02 09:51:43 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-02-02 09:51:43 +0000
commitfa7fae42b751ff35b4282bb1fe8d3f2ba33f6525 (patch)
tree4b0db3ced199a9460de0c9b4c029fba1445b3d03 /dev-python/jaraco-path
parent563e25c321149400d8427e4676aa9e495176778d (diff)
downloadbaldeagleos-repo-fa7fae42b751ff35b4282bb1fe8d3f2ba33f6525.tar.gz
baldeagleos-repo-fa7fae42b751ff35b4282bb1fe8d3f2ba33f6525.tar.xz
baldeagleos-repo-fa7fae42b751ff35b4282bb1fe8d3f2ba33f6525.zip
Adding metadata
Diffstat (limited to 'dev-python/jaraco-path')
-rw-r--r--dev-python/jaraco-path/jaraco-path-3.3.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jaraco-path/jaraco-path-3.3.1.ebuild b/dev-python/jaraco-path/jaraco-path-3.3.1.ebuild
index 3a2c84c70338..98fd9765c01c 100644
--- a/dev-python/jaraco-path/jaraco-path-3.3.1.ebuild
+++ b/dev-python/jaraco-path/jaraco-path-3.3.1.ebuild
@@ -36,5 +36,5 @@ src_prepare() {
}
python_test() {
- pytest -vv tests || die "Tests failed with ${EPYTHON}"
+ epytest tests
}