File tree Expand file tree Collapse file tree 5 files changed +4
-15
lines changed Expand file tree Collapse file tree 5 files changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ ruff check
8989Before running tests, install the test dependencies:
9090
9191``` bash
92- cat test-requirements.txt | grep -v " ^$ " | xargs -n 1 micropython -m mip install
92+ ./bin/setup
9393```
9494
9595Then, you can run the tests using the micropython version of ` unittest ` :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11metadata (
22 description = "Async logging over MQTT for micropython" ,
3- version = "0.1.0 "
3+ version = "0.1.1 "
44)
55
66require ("logging" )
Original file line number Diff line number Diff line change 11{
22 "urls" : [
3- [" mqlog/__init__.mpy " , " github:solanus-systems/mqlog/mqlog/__init__.mpy " ]
3+ [" mqlog/__init__.py " , " github:solanus-systems/mqlog/mqlog/__init__.py " ]
44 ],
55 "deps" : [
66 [" logging" , " latest" ]
77 ],
8- "version" : " 0.1.0 "
8+ "version" : " 0.1.1 "
99}
You can’t perform that action at this time.
0 commit comments