diff options
author | Sam James <sam@gentoo.org> | 2020-12-31 06:25:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-31 06:25:00 +0000 |
commit | a83fab602b4e4c4eeca308832252bcaa80cb1f38 (patch) | |
tree | 65fd40c9ef9e44d4db8326e061b7830d2fac4ad9 /dev-python/isort | |
parent | dev-python/isort: bump to 5.7.0 (diff) | |
download | gentoo-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/isort')
-rw-r--r-- | dev-python/isort/isort-5.6.3.ebuild | 3 |
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 |