Add Meson to the apt install dependency list and remove the Regression tests Section from the readme - #41
Merged
Merged
Conversation
dsilhavy
requested changes
Jul 29, 2026
Author
|
I added |
Author
|
@davidjwbbc, I noticed that the README refers to a regression test: cd ~/rt-mbs-function
meson test -C build regressionHowever, this test is not currently registered in the project. Running the command results in: When i list every test: |
Contributor
|
@ErikGaida Please remove the command for the regression test from the Readme: |
system-wide pip install step to avoid violating PEP 668.
…ues and add .cache/ to .gitignore
ErikGaida
force-pushed
the
bugfix/README-PEP668
branch
from
August 7, 2026 19:51
c2c2369 to
4fe0bf6
Compare
Author
|
@dsilhavy, I have addressed your requested change by removing the regression test command from the README. I have also rebased this branch onto development to keep it up to date. I believe this PR is now ready to be merged. |
dsilhavy
approved these changes
Aug 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1. The installation instructions are outdated and currently lead to a PEP 668 violation when installing Meson via system-wide pip:
On current Debian/Ubuntu systems, this fails with an externally-managed-environment error because Python packages should not be installed system-wide using pip.
This change adds Meson to the apt dependency list and removes the system-wide pip install step.
2. Remove non-existent regression tests section
The README previously documented regression tests that do not exist. This section
has been removed.