summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-12-31 06:25:00 +0000
committerSam James <sam@gentoo.org>2020-12-31 06:25:00 +0000
commita83fab602b4e4c4eeca308832252bcaa80cb1f38 (patch)
tree65fd40c9ef9e44d4db8326e061b7830d2fac4ad9 /dev-python
parentdev-python/isort: bump to 5.7.0 (diff)
downloadgentoo-a83fab602b4e4c4eeca308832252bcaa80cb1f38.tar.gz
gentoo-a83fab602b4e4c4eeca308832252bcaa80cb1f38.tar.bz2
gentoo-a83fab602b4e4c4eeca308832252bcaa80cb1f38.zip
dev-python/isort: fix tests in 5.6.3 too
Fixed tests in 5.7.0 only to find they were failing in 5.6.3 too. Thanks to sbraz for diagnosing it already too. Thanks-to: Louis Sautier <sbraz@gentoo.org> Closes: https://bugs.gentoo.org/757369 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/isort/isort-5.6.3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/isort/isort-5.6.3.ebuild b/dev-python/isort/isort-5.6.3.ebuild
index 87d950a5c148..11aeab525f23 100644
--- a/dev-python/isort/isort-5.6.3.ebuild
+++ b/dev-python/isort/isort-5.6.3.ebuild
@@ -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