jrester / tesla_powerwall

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

Update URL handling to use yarl #62

Closed bdraco closed 9 months ago

bdraco commented 10 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 9 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.