-
-
Notifications
You must be signed in to change notification settings - Fork 704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix test_emitter.py on macOS #546
Comments
The test |
Nope, tests are simply skipped for now: watchdog/tests/test_emitter.py Lines 44 to 45 in 9ac83bb
|
The test failures don't look too bad with 0.10.3:
The failures mostly appear to come from the events being emitted in the wrong order. But this is not surprising when using an emitter that takes the difference of directory snapshots to generate events. |
@samschott I would love to merge a PR fixing those tests :) |
Well, I suspect that many of them will be fixed automatically with the switch to FSEvents (if the emitter no longer crashes). So the first step will be to fix #702. I'm happy to try and clean up any remaining test failures. |
We are lacking of time here, so if you can give a shot, I would be happy 👍 Given the regression you are encountering, I will be able to do a new release ASAP when it will be fixed. |
Closed by #734. |
test_emitter.py
is broken on macOS, we need to fix that.The text was updated successfully, but these errors were encountered: