Skip to content

Commit

Permalink
Skip the Docker check.
Browse files Browse the repository at this point in the history
Let inotify be "supported" if the init syscall succeeds.
  • Loading branch information
exarkun committed Jan 24, 2019
1 parent eb2aaeb commit c3ce0ed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/twisted/python/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,6 @@ def supportsINotify(self):
except ImportError:
return False

if self.isDocker():
return False

try:
os.close(init())
except INotifyError:
Expand Down

0 comments on commit c3ce0ed

Please sign in to comment.