Grep for references to class unicode under test-data/unit and remove all of them. There are bunch of them in test stubs, as leftovers from Python 2 support which was deleted recently.
Example in test-data/unit/fixtures/bool.pyi that can be deleted:
...
class unicode: pass
...
Update any tests that might depend on them.
Grep for references to
class unicodeundertest-data/unitand remove all of them. There are bunch of them in test stubs, as leftovers from Python 2 support which was deleted recently.Example in
test-data/unit/fixtures/bool.pyithat can be deleted:Update any tests that might depend on them.