Closed
Conversation
Reduce duplication of sample tests through parameterization, making pytest (and unittest) list the individual tests Replace duplicative testing of headers in boost's exclude.def with something where the --exclude parameter actually has an effect
no more chore manual updating envlists!
Migrate setup.py to pyproject.toml Use preferred .pytest.ini file instead of setup.cfg for configuring pytest per pytest customization docs Remove "setup.py test" alias for pytest
fix a typo in the bulleted list remove specific python version
This was referenced Mar 1, 2025
Member
|
Let’s not hold this pull request up because we are worried about temporarily adding a linter directive. |
Member
|
I see no problem with waiting until pylint is updated. I've locally fixed a problem with testing on Windows, but that fix also broke testing on Linux... Will update progress. |
Member
|
Closing as discussed at #315 (comment) |
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.
Note
Tests will fail until the next release of pytest comes out due to getopt becoming deprecated for like 3 months
Reduce duplication of sample tests through parameterization, making pytest (and unittest) list the individual now-filterable tests (closes #260)
Replace duplicative testing of headers in boost's exclude.def with something where the --exclude parameter actually has an effect
Migrate setup.py to pyproject.toml (closes #249)
Make tox and CI use the newest py3 environment available so we don't have to manually update it every new py3 release
Use preferred .pytest.ini file instead of setup.cfg for configuring pytest per pytest customization docs
Remove "setup.py test" alias for pytest
Took the opportunity to lint CLI tests