dev-python/APScheduler: remove empty line

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
Zac Medico
2018-11-26 23:17:32 -08:00
parent 6df5baf7b1
commit ce9795af32

View File

@@ -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}"
}