diff options
Diffstat (limited to 'dev-python/isort/isort-5.6.3.ebuild')
| -rw-r--r-- | dev-python/isort/isort-5.6.3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/isort/isort-5.6.3.ebuild b/dev-python/isort/isort-5.6.3.ebuild index 9b346fc3971e..15edcd712a76 100644 --- a/dev-python/isort/isort-5.6.3.ebuild +++ b/dev-python/isort/isort-5.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" BDEPEND=" test? ( @@ -31,7 +31,8 @@ distutils_enable_tests pytest python_test() { # Some tests run the "isort" command - distutils_install_for_testing + distutils_install_for_testing --via-root + local skipped_tests=( # Fails without -s, run it separately to avoid unnecessary output tests/unit/test_importable.py |
