Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 7, 2024
1 parent 7b9e171 commit 4246d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def on_train_end(self) -> None:


# TODO: check why it fails with PT 1.12
@pytest.mark.skip()
@pytest.mark.skip
@mock.patch.dict(os.environ, {"HIVEMIND_MEMORY_SHARING_STRATEGY": "file_descriptor"}, clear=True)
@pytest.mark.parametrize(
("num_processes", "wait_seconds"),
Expand Down

0 comments on commit 4246d64

Please sign in to comment.