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

DM-39756: Switch from pkg_resources to importlib.resources #31

Merged
merged 6 commits into from
Jul 7, 2023

Commits on Jul 7, 2023

  1. Add python 3.11 to build matrix

    timj committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    424a410 View commit details
    Browse the repository at this point in the history
  2. Use importlib.resources

    pkg_resources is deprecated.
    
    Change some interfaces to context managers to reflect the fact
    that package resources can come from a zip archive.
    timj committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    8417114 View commit details
    Browse the repository at this point in the history
  3. Fix flake8 warnings

    timj committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    df825d7 View commit details
    Browse the repository at this point in the history
  4. Add flake8 action

    timj committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    d7d3bc7 View commit details
    Browse the repository at this point in the history
  5. Add flake8 configuration

    timj committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    9aa4075 View commit details
    Browse the repository at this point in the history
  6. Run tests in build action

    timj committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    c6506c3 View commit details
    Browse the repository at this point in the history