[issue36342] test_venv failure when executed by test_multiprocessing and the platform lacks a functional sem_open()

Brett Cannon report at bugs.python.org
Wed Mar 20 12:55:28 EDT 2019


Brett Cannon <brett at python.org> added the comment:

I guess my confusion comes from the fact that test_venv in isolation is a totally fine test suite, it just fails when test_multiprocessing runs it due to something multiprocessing-related.

I've tried tweaking the title to reflect the fact that it's a test_venv failure triggered by test_multiprocessing.

----------
title: test_venv failure when the platform lacks a functional  sem_open() -> test_venv failure when executed by test_multiprocessing and the platform lacks a functional sem_open()

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36342>
_______________________________________


More information about the Python-bugs-list mailing list