mirror of
https://github.com/vale981/ray
synced 2025-03-08 11:31:40 -05:00
![]() In a [recent review](https://discuss.python.org/t/experience-with-python-3-11-in-fedora/12911) of the experience of the Fedora team porting packages to the upcoming python 3.11, they remarked that most of the work was in removing deprecated aliases in unittest. I came across a few of these when looking at unrelated test failures, the DeprecationWarnings caught my eye. So a made a quick sweep of the code, using `git grep` to find occurances of the deprecated aliases: old | new ---|--- assertEquals | assertEqual assertNotEquals | assertNotEqual assertRaisesRegexp | assertRaisesRegex |
||
---|---|---|
.. | ||
__init__.py | ||
test_trainer.py |