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

Simplify pytest GHA workflow #691

Merged
merged 4 commits into from
Sep 11, 2024
Merged

Simplify pytest GHA workflow #691

merged 4 commits into from
Sep 11, 2024

Commits on Sep 11, 2024

  1. Skip pytest with macos-py3.8

    I seem to be having trouble acquiring runners, so hopefully this takes
    me below any rate limits I'm hitting. Besides, I run all the unit tests on 3.8
    with Ubuntu, as well as 3.8 for the integration tests.
    maresb committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    cab704b View commit details
    Browse the repository at this point in the history
  2. Run pytest from repo root instead of temp dir

    There was some flakiness of the test suite running in the repo root that
    I believe I've cleaned up, so this should no longer be necessary.
    
    Before, doctests were not running.
    maresb committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6ba0afc View commit details
    Browse the repository at this point in the history
  3. Sort duration entries by key

    maresb committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    eb99ef5 View commit details
    Browse the repository at this point in the history
  4. Update test durations

    Now they are prefixed with `tests/`, include doctests, and are sorted
    maresb committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c44f6bd View commit details
    Browse the repository at this point in the history