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

Turn on pytest in CI #52

Merged
merged 8 commits into from
Jul 10, 2024
Merged

Turn on pytest in CI #52

merged 8 commits into from
Jul 10, 2024

Conversation

jmgate
Copy link
Collaborator

@jmgate jmgate commented Jun 10, 2024

Commits

  1. chore: Update .gitignore (a131745)

  2. ci: Test Python 3.12 as well (93a9b85)

  3. chore: Indicate Python >= 3.8 supported (4d6e826)

  4. test: Use keyword argument in constructor (f9bf643)

    Should have been included in af677a1.

  5. 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.

  6. ci: Test on Mac instead of Ubuntu (340c589)

    For some reason, creating a Shell object hangs on Ubuntu.

  7. ci: Turn on pytest (ef84007)

  8. 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.

@jmgate jmgate self-assigned this Jun 10, 2024
@jmgate jmgate force-pushed the pytest-round-2 branch 8 times, most recently from fc25856 to 00b6c4d Compare July 9, 2024 22:57
Copy link

codecov bot commented Jul 9, 2024

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

jmgate added 6 commits July 10, 2024 08:19
The libenchant library needs to be installed and configured on a Mac,
and I don't want to mess with that at the moment.
For some reason, creating a Shell object hangs on Ubuntu.
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.
@jmgate jmgate changed the title Pytest round 2 Turn on pytest in CI Jul 10, 2024
@jmgate jmgate merged commit 78bf1b9 into master Jul 10, 2024
14 checks passed
@jmgate jmgate deleted the pytest-round-2 branch July 10, 2024 14:42
This was referenced Jul 10, 2024
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.

1 participant