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.
Commits
chore: Update .gitignore (a131745)
ci: Test Python 3.12 as well (93a9b85)
chore: Indicate Python >= 3.8 supported (4d6e826)
test: Use keyword argument in constructor (f9bf643)
Should have been included in af677a1.
ci: Don't check docs spelling (2a3d394)
The libenchant library needs to be installed and configured on a Mac, and I don't want to mess with that at the moment.
ci: Test on Mac instead of Ubuntu (340c589)
For some reason, creating a Shell object hangs on Ubuntu.
ci: Turn on pytest (ef84007)
test: Don't check disk statistics on RHEL (a3ff573)
For some reason, the
DiskStatsCollector
appears to not be collecting disk statistics at the specified interval on RHEL. Disable these checks until there's time to debug the issue.