Created attachment 894564 [details] build.log and emerge --info No clue on this one. Haven't been able to repro on any other platforms. Clock resolution issue maybe? ================================================================== FAILURES =================================================================== ________________________________________________________ TestMainByWatcher.test_smtps _________________________________________________________ self = <aiosmtpd.tests.test_main.TestMainByWatcher object at 0xf7a16790> temp_event_loop = <_UnixSelectorEventLoop running=False closed=True debug=False> def test_smtps(self, temp_event_loop): with watcher_process(watch_for_smtps) as retq: temp_event_loop.call_later(AUTOSTOP_DELAY, temp_event_loop.stop) main_n("--smtpscert", str(SERVER_CRT), "--smtpskey", str(SERVER_KEY)) catchup_delay() has_smtps = retq.get() > assert has_smtps is True E assert False is True has_smtps = False retq = <multiprocessing.queues.Queue object at 0xf7189230> self = <aiosmtpd.tests.test_main.TestMainByWatcher object at 0xf7a16790> temp_event_loop = <_UnixSelectorEventLoop running=False closed=True debug=False> aiosmtpd/tests/test_main.py:234: AssertionError
Is it a missing pytest-asyncio dep, maybe? Does installing it help? (Going off ': PytestConfigWarning: Unknown config option: asyncio_mode')
Created attachment 894576 [details] build.log and emerge --info (In reply to Sam James from comment #1) > Is it a missing pytest-asyncio dep, maybe? Does installing it help? > > (Going off ': PytestConfigWarning: Unknown config option: asyncio_mode') Unfortunately nope. Makes the warning go away but otherwise unchanged.
I think it's clock resolution indeed...