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

Minor updates in support of #569 #597

Commits on Oct 19, 2021

  1. Configuration menu
    Copy the full SHA
    0c5b78e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd41298 View commit details
    Browse the repository at this point in the history
  3. Update dependencies

    sdispater committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    5b6c55d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e94997 View commit details
    Browse the repository at this point in the history
  5. Fix linting

    sdispater committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    36b5712 View commit details
    Browse the repository at this point in the history
  6. Update test workflow

    sdispater committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    13ca5a3 View commit details
    Browse the repository at this point in the history
  7. Fix tests on Python 3.8+

    sdispater committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    9055ca5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1d83289 View commit details
    Browse the repository at this point in the history
  9. Remove PyPy from CI

    sdispater committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    65697d0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1102725 View commit details
    Browse the repository at this point in the history
  11. Upgrade code with pyupgrade

    sdispater committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    9b062ab View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Configuration menu
    Copy the full SHA
    ffd4a71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8aa15fd View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Update pytest

    sdispater committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    3b37092 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b92ed0 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Configuration menu
    Copy the full SHA
    26c1e5d View commit details
    Browse the repository at this point in the history
  2. temporarily run on all pushes

    I tried adding workflow_dispatch, to enable manually triggering tests, but
    for reasons that remain unclear to me, that had no effect...
    patrickmckenna committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    c44bceb View commit details
    Browse the repository at this point in the history
  3. try using semi-stable version of poetry

    AFAICT, poetry 1.1.x will *not* work with the other updates on this branch.
    Using an upstream, tagged version, even if it's not an official release, seems
    somewhat less brittle.
    patrickmckenna committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    1745659 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    548a78c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5c40de View commit details
    Browse the repository at this point in the history
  6. Revert "temporarily run on all pushes"

    This reverts commit c44bceb.
    patrickmckenna committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    c36fefd View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. convert ZoneInfo objs to Timezone objs

    They map 1-1, but the previous implementation turned ZoneInfo objs into
    FixedTimezone objs, which they generally aren't.
    patrickmckenna committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    c62d0ac View commit details
    Browse the repository at this point in the history