pimoroni / automation-hat

Python library and examples for the Pimoroni Automation HAT, pHAT and HAT Mini
https://shop.pimoroni.com/products/automation-hat
MIT License
121 stars 42 forks source link

Bookworm/Pi5 Compatibility: Upgrade to latest boilerplate, port to gpiod #59

Closed Gadgetoid closed 1 month ago

Gadgetoid commented 4 months ago

Testing

If you're a Bookworm / Pi 5 user running into virtual environment issues, you can try this library like so:

git clone https://github.com/pimoroni/automation-hat -b repackage
cd automation-hat
./install.sh --unstable

The ./install.sh script will create a pimoroni virtual environment that's shared between our products. (or use your existing venv if you've already activated one.)

For the reasons behind these changes and other information, see:

Tested

coveralls commented 4 months ago

Pull Request Test Coverage Report for Build 8877213793

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
automationhat/init.py 14 23 60.87%
<!-- Total: 14 23 60.87% -->
Files with Coverage Reduction New Missed Lines %
automationhat/init.py 1 65.45%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 1812685808: 4.8%
Covered Lines: 239
Relevant Lines: 358

💛 - Coveralls