Skip to content

Commit c4c7496

Browse files
committed
fix(tests) remove manditory check for ripgrep
1 parent d54d46e commit c4c7496

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/macros/test_refresh_dir.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# Licensed under the GPL-3.0 License.
33
# Created for TagStudio: https://github.com/CyanVoxel/TagStudio
44

5-
import shutil
65
from pathlib import Path
76
from tempfile import TemporaryDirectory
87

@@ -33,9 +32,7 @@ def test_refresh_new_files(library: Library, exclude_mode: bool):
3332

3433

3534
@pytest.mark.parametrize("library", [TemporaryDirectory()], indirect=True)
36-
def test_refresh_multi_byte_filenames_ripgrep(library: Library):
37-
assert shutil.which("rg") is not None
38-
35+
def test_refresh_multi_byte_filenames(library: Library):
3936
library_dir = unwrap(library.library_dir)
4037
# Given
4138
registry = RefreshTracker(library=library)

0 commit comments

Comments
 (0)