Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bookworm/Pi5 Compatibility: Upgrade to latest boilerplate #9

Merged
merged 11 commits into from
May 10, 2024
Merged

Conversation

Gadgetoid
Copy link
Member

@Gadgetoid Gadgetoid commented Dec 6, 2023

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/bh1745-python -b repackage
cd bh1745-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:

@coveralls
Copy link

coveralls commented Dec 6, 2023

Pull Request Test Coverage Report for Build 9033835170

Details

  • 20 of 21 (95.24%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.391%

Changes Missing Coverage Covered Lines Changed/Added Lines %
bh1745/init.py 20 21 95.24%
Totals Coverage Status
Change from base Build 1844175831: 0.0%
Covered Lines: 85
Relevant Lines: 92

💛 - Coveralls

* CI: Update GitHub Action versions.
* QA: Add shellcheck and fix/ignore all issues.
* install.sh: slightly better feedback for setup commands.
* install.sh: fix quoting bug in do_config_backup.
* install.sh: don't output printf commands.
@Gadgetoid Gadgetoid changed the title Repackage to hatch/pyproject.toml Bookworm/Pi5 Compatibility: Upgrade to latest boilerplate Feb 13, 2024
* install.sh: drop symlink warning for /boot/config.txt.
* install.sh: drop quotes around apt packages.
* Makefile: fail make tag if dev tools not installed.
* tox.ini: update ruff invocation to avoid deprecation warning.
@Gadgetoid Gadgetoid merged commit 8b088f0 into main May 10, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants