summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/APScheduler/APScheduler-3.5.3.ebuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/dev-python/APScheduler/APScheduler-3.5.3.ebuild b/dev-python/APScheduler/APScheduler-3.5.3.ebuild
index bd557d9b8d5a..b43883c56e5a 100644
--- a/dev-python/APScheduler/APScheduler-3.5.3.ebuild
+++ b/dev-python/APScheduler/APScheduler-3.5.3.ebuild
@@ -55,7 +55,6 @@ test_failures=(
test_zookeeper_client_ref
)
-
python_prepare_all() {
sed -i -e /setuptools_scm/d setup.py || die
while read -r -d ''; do
@@ -66,6 +65,5 @@ python_prepare_all() {
}
python_test() {
- # 3 known failures due to caplog.set_level not existing
py.test || die "Testing failed with ${EPYTHON}"
}