jrester / tesla_powerwall

Python API for Tesla Powerwall
MIT License
73 stars 24 forks source link

Update URL handling to use yarl #62

Closed bdraco closed 8 months ago

bdraco commented 9 months ago

aiohttp uses yarl for url handling. Remove the urllib warning disables since they are unused and switch all urllib using to yarl

jrester commented 8 months ago

@bdraco thanks for your contribution, but currently the test test_url in unit/test_api.py is failing. Please fix this test case.