bmp280-python
bmp280-python copied to clipboard
Bookworm/Pi5 Compatibility: Upgrade to latest boilerplate
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/bmp280-python -b repackage
cd bmp280-python
./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:
- https://github.com/pimoroni/boilerplate-python/pull/13
- https://github.com/pimoroni/boilerplate-python/issues/16
- https://pimoroni.github.io/venv-python/
Pull Request Test Coverage Report for Build 8723663482
Details
- 14 of 15 (93.33%) changed or added relevant lines in 1 file are covered.
- No unchanged relevant lines lost coverage.
- Overall coverage remained the same at 97.0%
| Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
|---|---|---|---|
| bmp280/init.py | 14 | 15 | 93.33% |
| <!-- | Total: | 14 | 15 |
| Totals | |
|---|---|
| Change from base Build 1206384467: | 0.0% |
| Covered Lines: | 97 |
| Relevant Lines: | 100 |