Skip to content

Commit

Permalink
adds link to scantree issue re. multiproc speedup
Browse files Browse the repository at this point in the history
  • Loading branch information
andhus committed Aug 3, 2024
1 parent 16f47ab commit 9b112cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_dirhash.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,9 @@ def test_raise_on_not_at_least_one_of_name_and_data(self):
)

@pytest.mark.skipif(
os.name == "nt", reason="TODO: not getting expected speedup on Windows."
os.name == "nt",
reason="TODO: not getting expected speedup on Windows.",
# TODO: see https://github.com/andhus/scantree/issues/25
)
def test_multiproc_speedup(self):
self.mkdirs("root/dir")
Expand Down

0 comments on commit 9b112cd

Please sign in to comment.