pytorch/torch/testing
Xuehai Pan b005ec62b9 [BE] Remove dependency on six and future (#94709)
Remove the Python 2 and 3 compatibility library [six](https://pypi.org/project/six) and [future](https://pypi.org/project/future) and `torch._six`. We only support Python 3.8+ now. It's time to retire them.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/94709
Approved by: https://github.com/malfet, https://github.com/Skylion007
2023-02-14 09:14:14 +00:00
..
_internal [BE] Remove dependency on six and future (#94709) 2023-02-14 09:14:14 +00:00
__init__.py document torch.testing.assert_allclose (#89526) 2022-12-01 11:22:50 +00:00
_comparison.py add not_close_error_metas for internal comparison machinery (#90004) 2023-02-08 11:22:55 +00:00
_creation.py Enable xdoctest runner in CI for real this time (#83816) 2022-12-29 05:32:42 +00:00