Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 865355 - dev-python/APScheduler-3.9.1 fails tests (MUSL)
Summary: dev-python/APScheduler-3.9.1 fails tests (MUSL)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-16 07:02 UTC by Agostino Sarubbo
Modified: 2022-08-16 07:02 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,118.63 KB, text/plain)
2022-08-16 07:02 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-08-16 07:02:08 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/APScheduler-3.9.1 fails tests (MUSL).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-08-16 07:02:10 UTC
Created attachment 799841 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-08-16 07:02:11 UTC
Error(s) that match a know pattern:


SKIPPED [1] tests/test_jobstores.py:364: could not import 'apscheduler.jobstores.zookeeper': No module named 'kazoo'
SKIPPED [1] tests/test_jobstores.py:379: could not import 'apscheduler.jobstores.zookeeper': No module named 'kazoo'
SKIPPED [1] tests/test_jobstores.py:404: could not import 'apscheduler.jobstores.zookeeper': No module named 'kazoo'
SKIPPED [3] tests/test_schedulers.py:1045: could not import 'PySide6.QtCore': No module named 'PySide6'
tests/test_jobstores.py::test_zookeeper_client_keep_open SKIPPED (could not import 'apscheduler.jobstores.zookeeper': No module named 'kazoo') [143/424]
tests/test_jobstores.py::test_zookeeper_client_ref SKIPPED (could not import 'apscheduler.jobstores.zookeeper': No module named 'kazoo') [142/424]
tests/test_jobstores.py::test_zookeeper_null_path SKIPPED (could not import 'apscheduler.jobstores.zookeeper': No module named 'kazoo') [146/424]
tests/test_schedulers.py::TestQtScheduler::test_add_live_job SKIPPED (could not import 'PySide6.QtCore': No module named 'PySide6') [250/424]
tests/test_schedulers.py::TestQtScheduler::test_add_pending_job SKIPPED (could not import 'PySide6.QtCore': No module named 'PySide6') [249/424]
tests/test_schedulers.py::TestQtScheduler::test_shutdown SKIPPED (could not import 'PySide6.QtCore': No module named 'PySide6') [251/424]