gorakhargosh / watchdog

Python library and shell utilities to monitor filesystem events.

Home Page:http://packages.python.org/watchdog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tests: Fix `test_auto_restart_subprocess_termination()`

BoboTiG opened this issue · comments

tests/test_0_watchmedo.py::test_auto_restart_subprocess_termination[False] never passes on Windows, and fails quite often on macOS too.

Let's check why it works fine on Linux but not on other OSes.

cc @altendky

Temporary disabled in #975.