[Bug 244031] devel/py-watchdog: Update to 0.10.2
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jan 30 15:07:27 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244031
--- Comment #7 from Rainer Hurling <rhurlin at FreeBSD.org> ---
As additional info for comment #6, here the output from 'make test' of v0.10.6.
The first warning (PytestUnknownMarkWarning) comes from devel/py-pytest v4.5.0.
This is solved in v5.0.0 [1][2] of pytest, not yet in ports:
#5416: Fix PytestUnknownMarkWarning in run/skip example.
[1]
https://docs.pytest.org/en/latest/changelog.html?highlight=pytestunknownmarkwarning
[2] https://github.com/pytest-dev/pytest/pull/5416
[..snip..]
============================================== test session starts
==============================================
platform freebsd14 -- Python 3.7.9, pytest-4.5.0, py-1.9.0, pluggy-0.13.1 --
/usr/local/bin/python3.7
cachedir: .pytest_cache
rootdir: /usr/ports/devel/py-watchdog/work-py37/watchdog-0.10.6, inifile:
setup.cfg
plugins: cov-2.9.0
collected 79 items / 4 skipped / 75 selected
tests/test_delayed_queue.py::test_delayed_get PASSED
[ 1%]
tests/test_delayed_queue.py::test_nondelayed_get PASSED
[ 2%]
tests/test_emitter.py::test_create PASSED
[ 3%]
tests/test_emitter.py::test_delete PASSED
[ 5%]
tests/test_emitter.py::test_modify PASSED
[ 6%]
tests/test_emitter.py::test_move PASSED
[ 7%]
tests/test_emitter.py::test_move_to PASSED
[ 8%]
tests/test_emitter.py::test_move_to_full SKIPPED
[ 10%]
tests/test_emitter.py::test_move_from PASSED
[ 11%]
tests/test_emitter.py::test_move_from_full SKIPPED
[ 12%]
tests/test_emitter.py::test_separate_consecutive_moves PASSED
[ 13%]
tests/test_emitter.py::test_delete_self PASSED
[ 15%]
tests/test_emitter.py::test_fast_subdirectory_creation_deletion SKIPPED
[ 16%]
tests/test_emitter.py::test_passing_unicode_should_give_unicode PASSED
[ 17%]
tests/test_emitter.py::test_passing_bytes_should_give_bytes PASSED
[ 18%]
tests/test_emitter.py::test_recursive_on PASSED
[ 20%]
tests/test_emitter.py::test_recursive_off PASSED
[ 21%]
tests/test_emitter.py::test_renaming_top_level_directory PASSED
[ 22%]
tests/test_emitter.py::test_renaming_top_level_directory_on_windows SKIPPED
[ 24%]
tests/test_emitter.py::test_move_nested_subdirectories PASSED
[ 25%]
tests/test_emitter.py::test_move_nested_subdirectories_on_windows SKIPPED
[ 26%]
tests/test_events.py::test_file_deleted_event PASSED
[ 27%]
tests/test_events.py::test_file_delete_event_is_directory PASSED
[ 29%]
tests/test_events.py::test_file_modified_event PASSED
[ 30%]
tests/test_events.py::test_file_modified_event_is_directory PASSED
[ 31%]
tests/test_events.py::test_file_created_event PASSED
[ 32%]
tests/test_events.py::test_file_moved_event PASSED
[ 34%]
tests/test_events.py::test_dir_deleted_event PASSED
[ 35%]
tests/test_events.py::test_dir_modified_event PASSED
[ 36%]
tests/test_events.py::test_dir_created_event PASSED
[ 37%]
tests/test_events.py::test_file_system_event_handler_dispatch PASSED
[ 39%]
tests/test_logging_event_handler.py::test_logging_event_handler_dispatch PASSED
[ 40%]
tests/test_observer.py::test_schedule_should_start_emitter_if_running PASSED
[ 41%]
tests/test_observer.py::test_schedule_should_not_start_emitter_if_not_running
PASSED [ 43%]
tests/test_observer.py::test_start_should_start_emitter PASSED
[ 44%]
tests/test_observer.py::test_stop_should_stop_emitter PASSED
[ 45%]
tests/test_observer.py::test_unschedule_self PASSED
[ 46%]
tests/test_observer.py::test_schedule_after_unschedule_all PASSED
[ 48%]
tests/test_observer.py::test_2_observers_on_the_same_path PASSED
[ 49%]
tests/test_observer.py::test_start_failure_should_not_prevent_further_try
PASSED [ 50%]
tests/test_observers_api.py::test_observer_constructor PASSED
[ 51%]
tests/test_observers_api.py::test_observer__eq__ PASSED
[ 53%]
tests/test_observers_api.py::test_observer__ne__ PASSED
[ 54%]
tests/test_observers_api.py::test_observer__repr__ PASSED
[ 55%]
tests/test_observers_api.py::test_event_emitter PASSED
[ 56%]
tests/test_observers_api.py::test_event_dispatcher PASSED
[ 58%]
tests/test_observers_api.py::test_observer_basic PASSED
[ 59%]
tests/test_observers_polling.py::test___init__ PASSED
[ 60%]
tests/test_observers_polling.py::test_delete_watched_dir PASSED
[ 62%]
tests/test_pattern_matching_event_handler.py::test_dispatch PASSED
[ 63%]
tests/test_pattern_matching_event_handler.py::test_handler PASSED
[ 64%]
tests/test_pattern_matching_event_handler.py::test_ignore_directories PASSED
[ 65%]
tests/test_pattern_matching_event_handler.py::test_ignore_patterns PASSED
[ 67%]
tests/test_pattern_matching_event_handler.py::test_patterns PASSED
[ 68%]
tests/test_regex_matching_event_handler.py::test_dispatch PASSED
[ 69%]
tests/test_regex_matching_event_handler.py::test_handler PASSED
[ 70%]
tests/test_regex_matching_event_handler.py::test_ignore_directories PASSED
[ 72%]
tests/test_regex_matching_event_handler.py::test_ignore_regexes PASSED
[ 73%]
tests/test_regex_matching_event_handler.py::test_regexes PASSED
[ 74%]
tests/test_regex_matching_event_handler.py::test_logging_event_handler_dispatch
PASSED [ 75%]
tests/test_skip_repeats_queue.py::test_basic_queue PASSED
[ 77%]
tests/test_skip_repeats_queue.py::test_allow_nonconsecutive PASSED
[ 78%]
tests/test_skip_repeats_queue.py::test_prevent_consecutive PASSED
[ 79%]
tests/test_skip_repeats_queue.py::test_consecutives_allowed_across_empties
PASSED [ 81%]
tests/test_skip_repeats_queue.py::test_eventlet_monkey_patching PASSED
[ 82%]
tests/test_snapshot_diff.py::test_pickle PASSED
[ 83%]
tests/test_snapshot_diff.py::test_move_to PASSED
[ 84%]
tests/test_snapshot_diff.py::test_move_from PASSED
[ 86%]
tests/test_snapshot_diff.py::test_move_internal PASSED
[ 87%]
tests/test_snapshot_diff.py::test_move_replace PASSED
[ 88%]
tests/test_snapshot_diff.py::test_dir_modify_on_create PASSED
[ 89%]
tests/test_snapshot_diff.py::test_dir_modify_on_move PASSED
[ 91%]
tests/test_snapshot_diff.py::test_detect_modify_for_moved_files PASSED
[ 92%]
tests/test_snapshot_diff.py::test_replace_dir_with_file PASSED
[ 93%]
tests/test_snapshot_diff.py::test_permission_error PASSED
[ 94%]
tests/test_snapshot_diff.py::test_ignore_device PASSED
[ 96%]
tests/test_snapshot_diff.py::test_empty_snapshot PASSED
[ 97%]
tests/test_watchmedo.py::test_load_config_valid PASSED
[ 98%]
tests/test_watchmedo.py::test_load_config_invalid PASSED
[100%]
=============================================== warnings summary
================================================
/usr/local/lib/python3.7/site-packages/_pytest/mark/structures.py:324
/usr/local/lib/python3.7/site-packages/_pytest/mark/structures.py:324:
PytestUnknownMarkWarning: Unknown pytest.mark.flaky - is this a typo? You can
register custom marks to avoid this warning - for details, see
https://docs.pytest.org/en/latest/mark.html
PytestUnknownMarkWarning,
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============================================ short test summary info
============================================
SKIPPED [1]
/usr/ports/devel/py-watchdog/work-py37/watchdog-0.10.6/tests/test_fsevents.py:8:
macOS only.
SKIPPED [1]
/usr/ports/devel/py-watchdog/work-py37/watchdog-0.10.6/tests/test_inotify_buffer.py:24:
GNU/Linux only.
SKIPPED [1]
/usr/ports/devel/py-watchdog/work-py37/watchdog-0.10.6/tests/test_inotify_c.py:8:
GNU/Linux only.
SKIPPED [1]
/usr/ports/devel/py-watchdog/work-py37/watchdog-0.10.6/tests/test_observers_winapi.py:24:
Windows only.
SKIPPED [1] tests/test_emitter.py:184: InotifyFullEmitter only supported in
Linux
SKIPPED [1] tests/test_emitter.py:216: InotifyFullEmitter only supported in
Linux
SKIPPED [1] tests/test_emitter.py:274: Windows|BSD create another set of events
for this test
SKIPPED [1] tests/test_emitter.py:414: Non-Windows create another set of events
for this test
SKIPPED [1] tests/test_emitter.py:510: Non-Windows create another set of events
for this test
=============================== 74 passed, 9 skipped, 1 warnings in 38.32
seconds ===============================
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list