From a0e773d57146b0a0ec25567af504a10e6f187811 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 7 Sep 2022 10:35:35 +0100 Subject: gentoo auto-resync : 07:09:2022 - 10:35:34 --- dev-python/pyftpdlib/Manifest | 2 +- dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-python/pyftpdlib') diff --git a/dev-python/pyftpdlib/Manifest b/dev-python/pyftpdlib/Manifest index af454a30795f..2ff30505c841 100644 --- a/dev-python/pyftpdlib/Manifest +++ b/dev-python/pyftpdlib/Manifest @@ -1,3 +1,3 @@ DIST pyftpdlib-1.5.6.tar.gz 188099 BLAKE2B 508e94da6b27b4b1f15306df2916c176f07ca31944398e9ac580fca8d2cdc72ca0ee8e7db282de6745e2e401b23b1fa8cb8de400dc2ba998b93ac45772c78157 SHA512 a3c3c1cac221a8a3c090ee208c03134bb1b8de58099a23ca6ee422f06fb97a0ed561c96e62c62b21fa112dd0b3458651b9fc0c55d72dc0bed79d0583b319a50d -EBUILD pyftpdlib-1.5.6-r1.ebuild 3183 BLAKE2B dd03232a0a7baafe63a8a73c20385326b216093143a6aff6b655b9259918eb3be4549869e069b1fefe915f8f03617aca84d098f09167cb0c79abd6f90a5c009c SHA512 ad4d382f9e5c5cbfa159390bfb6733f61f1023a53e0db7c19c497f47579c68966a6ed92723a659558048c0063baebb5aab3579deedd453100b922bbe38f499c4 +EBUILD pyftpdlib-1.5.6-r1.ebuild 3141 BLAKE2B 639e5fac19f4d3a9c20a86e389c8e0163f6861a7de23b5627a720b3f8d7248cd576196f5327056161e3e90ccdd9e8c6ddc9494be621de238ab8408aee5ae5c5f SHA512 584205689b351e73a968b11a6e79258467927024cfb88ec8f5368d2f965f6acfee67b2b67804677260c33e08b03a846a1ffcdb7289c9ad7a2dd604436e25529f MISC metadata.xml 463 BLAKE2B ad4e4d5a1717e55743061f2cb4baaa7ea8ce73f4caf0c8d62535aaf73daf12339584bf75c82c35b425223f478094bb37518b43d34694fb4bc6aef6f11033fa8e SHA512 98bb4e647da164a8676f9162d1109d1f6d1ff9279ba8d26207f2ed793537af27de11b40296bacfb478e87b6479c9d31bb24f56bc1acf2a0bc228b2d00a733e1d diff --git a/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild b/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild index a3f60ad551f6..15015919c5d6 100644 --- a/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild +++ b/dev-python/pyftpdlib/pyftpdlib-1.5.6-r1.ebuild @@ -37,7 +37,7 @@ python_test() { # so we need to run them separately and not pass any args to pytest pytest ${PN}/test/test_misc.py || die "Tests failed with ${EPYTHON}" # Some of these tests tend to fail - local skipped_tests=( + local EPYTEST_DESELECT=( # Those tests are run separately pyftpdlib/test/test_misc.py # https://github.com/giampaolo/pyftpdlib/issues/471 @@ -70,7 +70,7 @@ python_test() { local -x TZ=UTC+1 # Skips some shoddy tests plus increases timeouts local -x TRAVIS=1 - epytest -p no:xvfb ${skipped_tests[@]/#/--deselect } + epytest } python_install_all() { -- cgit v1.2.3