diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-02-02 09:51:43 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-02-02 09:51:43 +0000 |
| commit | fa7fae42b751ff35b4282bb1fe8d3f2ba33f6525 (patch) | |
| tree | 4b0db3ced199a9460de0c9b4c029fba1445b3d03 /dev-python/pyamg | |
| parent | 563e25c321149400d8427e4676aa9e495176778d (diff) | |
| download | baldeagleos-repo-fa7fae42b751ff35b4282bb1fe8d3f2ba33f6525.tar.gz baldeagleos-repo-fa7fae42b751ff35b4282bb1fe8d3f2ba33f6525.tar.xz baldeagleos-repo-fa7fae42b751ff35b4282bb1fe8d3f2ba33f6525.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pyamg')
| -rw-r--r-- | dev-python/pyamg/pyamg-4.2.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/pyamg/pyamg-4.2.1.ebuild b/dev-python/pyamg/pyamg-4.2.1.ebuild index 19eec055809e..b590df57aa6c 100644 --- a/dev-python/pyamg/pyamg-4.2.1.ebuild +++ b/dev-python/pyamg/pyamg-4.2.1.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 @@ -32,7 +32,6 @@ distutils_enable_tests pytest export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} python_test() { - cp -r -l -n pyamg "${BUILD_DIR}/lib" || die - cd "${BUILD_DIR}/lib" || die - epytest + cd "${T}" || die + epytest --pyargs pyamg } |
