web-platform-tests / wpt

Test suites for Web platform specs — including WHATWG, W3C, and others
https://web-platform-tests.org/
Other
5.03k stars 3.12k forks source link

Replace all __metaclass__ usage #49284

Open gsnedders opened 5 days ago

gsnedders commented 5 days ago

All of these haven't actually been metaclasses since we moved to Python 3; we should fix that.

gsnedders commented 5 days ago

Ah, mypy is failing to catch this, so it's only getting caught at initiation time. That's unfortunate.