Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When I run `torchfix` on macOS the `contextlib.redirect_stderr` works as expected. However, in the code we make an exception for `Darwin` (macOS): https://github.com/pytorch-labs/torchfix/blob/main/torchfix/__main__.py#L25 By enabling this test in CI we could test if removal of the dup2 workaround is possible.
- Loading branch information