Skip to content

Commit

Permalink
skip another
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Dec 14, 2024
1 parent 251d729 commit 6ff0e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/supervisors/test_reload.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def test_should_not_reload_when_python_file_in_excluded_subdir_is_changed(self,
reloader.shutdown()

@pytest.mark.parametrize(
"reloader_class, result", [(StatReload, False), pytest.param((WatchFilesReload, True), marks=skip_non_linux)]
"reloader_class, result", [(StatReload, False), pytest.param(WatchFilesReload, True, marks=skip_non_linux)]
)
def test_reload_when_pattern_matched_file_is_changed(
self, result: bool, touch_soon: Callable[[Path], None]
Expand Down

0 comments on commit 6ff0e62

Please sign in to comment.