-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
It looks like kqueue fds are not duplicated on fork()...
======================================================================
FAIL: testKqueue (tests.fd_remote.RemoteFDTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/ruibalp/src/python-filedes/tests/fd_remote.py", line 52, in testKqueue
self.checkSubprocessFDs([fd], close=False)
File "/Users/ruibalp/src/python-filedes/tests/fd_remote.py", line 70, in checkSubprocessFDs
self.assertIn(fd, remote_fds)
AssertionError: <local fifo file #3> not found in [0, 1, 2]
----------------------------------------------------------------------
Ran 20 tests in 0.043s