Skip to content

Commit

Permalink
One more exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
malfet committed Nov 10, 2022
1 parent 677a2d3 commit a7146d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_testing.py
Expand Up @@ -1799,6 +1799,7 @@ def test_circular_dependencies(self) -> None:
ignored_modules.append("torch.distributed.")
else:
ignored_modules.append("torch.distributed.nn.api.")
ignored_modules.append("torch.distributed.optim.")
ignored_modules.append("torch.testing._internal.dist_utils")
# And these both end up with transitive dependencies on distributed
ignored_modules.append("torch.nn.parallel._replicated_tensor_ddp_interop")
Expand Down

0 comments on commit a7146d5

Please sign in to comment.