summaryrefslogtreecommitdiff
path: root/dev-python/gssapi
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/gssapi
parent563e25c321149400d8427e4676aa9e495176778d (diff)
downloadbaldeagleos-repo-fa7fae42b751ff35b4282bb1fe8d3f2ba33f6525.tar.gz
baldeagleos-repo-fa7fae42b751ff35b4282bb1fe8d3f2ba33f6525.tar.xz
baldeagleos-repo-fa7fae42b751ff35b4282bb1fe8d3f2ba33f6525.zip
Adding metadata
Diffstat (limited to 'dev-python/gssapi')
-rw-r--r--dev-python/gssapi/gssapi-1.7.2.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/gssapi/gssapi-1.7.2.ebuild b/dev-python/gssapi/gssapi-1.7.2.ebuild
index 48cbbd1e4c28..aa7ec2c847f1 100644
--- a/dev-python/gssapi/gssapi-1.7.2.ebuild
+++ b/dev-python/gssapi/gssapi-1.7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -31,7 +31,6 @@ BDEPEND="
distutils_enable_tests pytest
python_test() {
- cp -r -l -n gssapi "${BUILD_DIR}/lib" || die
- cd "${BUILD_DIR}/lib" || die
- epytest
+ cd "${T}" || die
+ epytest --pyargs gssapi
}