python312Packages.watchdog: disable flaky test everywhere (#357692)

This commit is contained in:
misuzu
2024-12-15 14:59:48 +02:00
committed by GitHub
@@ -50,12 +50,12 @@ buildPythonPackage rec {
[
"--deselect=tests/test_emitter.py::test_create_wrong_encoding"
"--deselect=tests/test_emitter.py::test_close"
# assert cap.out.splitlines(keepends=False).count('+++++ 0') == 2 != 3
"--deselect=tests/test_0_watchmedo.py::test_auto_restart_on_file_change_debounce"
]
++ lib.optionals (stdenv.hostPlatform.isDarwin) [
# fails to stop process in teardown
"--deselect=tests/test_0_watchmedo.py::test_auto_restart_subprocess_termination"
# assert cap.out.splitlines(keepends=False).count('+++++ 0') == 2 != 3
"--deselect=tests/test_0_watchmedo.py::test_auto_restart_on_file_change_debounce"
]
++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
# FileCreationEvent != FileDeletionEvent