NotImplementedError exceptions running unit tests on OSX
Bug #1487314 reported by
Sean McGinnis
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
akanda |
New
|
Medium
|
Unassigned |
Bug Description
Running unit tests on OSX results in several tests failing with the traceback:
return self._maxsize - self._sem.
NotImplementedError
This is due to the use of multiprocessing
# Raises NotImplementedError on Mac OSX because of broken sem_getvalue()
Changed in akanda: | |
assignee: | nobody → Sean McGinnis (sean-mcginnis) |
Changed in akanda: | |
importance: | Undecided → Medium |
To post a comment you must log in.
Appears a little more involved than I initially thought. Unassigning to me in case someone else can pick this up. If I have some more time to spend on it I will get back to it.