Skip to content

Commit

Permalink
Enable c10d trampoline tests on MacOS (pytorch#67205)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#67205

cc pietern mrshenli pritamdamania87 zhaojuanmao satgera rohan-varma gqchen aazzolini osalpekar jiayisuse SciPioneer H-Huang

Test Plan: Imported from OSS

Reviewed By: rohan-varma

Differential Revision: D31916705

Pulled By: mrshenli

fbshipit-source-id: 440d319959796d01c637c277706eeab127d9bde7
  • Loading branch information
mrshenli authored and facebook-github-bot committed Oct 27, 2021
1 parent c88da70 commit 632719c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/distributed/test_c10d_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import tempfile
import threading
import time
import unittest
from datetime import timedelta
from itertools import product
from sys import platform
Expand Down Expand Up @@ -792,10 +791,6 @@ def _store_barrier(self, name):
else:
store.add(key, 1)

@unittest.skipIf(
common.IS_MACOS,
"Python c10d extension is not yet supported on MacOS"
)
def test_collectives(self):
dist.Backend.register_backend("dummy", PythonProcessGroupTest.create_dummy)

Expand Down Expand Up @@ -830,10 +825,6 @@ def test_collectives(self):
self._store_barrier("test_collectives")
dist.destroy_process_group()

@unittest.skipIf(
common.IS_MACOS,
"Python c10d extension is not yet supported on MacOS"
)
def test_send_recv(self):
dist.Backend.register_backend("dummy", PythonProcessGroupTest.create_dummy)

Expand Down

0 comments on commit 632719c

Please sign in to comment.