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

Fix warnings #42

Merged
merged 6 commits into from
Mar 20, 2024
Merged

Fix warnings #42

merged 6 commits into from
Mar 20, 2024

Commits on Mar 20, 2024

  1. Fix DeprecationWarning from logging module

    `warn` -> `warning`
    craigds committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1f01e51 View commit details
    Browse the repository at this point in the history
  2. Fix DeprecationWarning in tests from responses

    responses 0.17 deprecated `match_querystring` kwarg
    craigds committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b50afcd View commit details
    Browse the repository at this point in the history
  3. Stop using pkg_resources

    Deprecated in favour of `importlib.metadata`
    craigds committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    0cf8d35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    964eeca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bc82b8 View commit details
    Browse the repository at this point in the history
  6. Fix errors on python 3.7

    craigds committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    0bc7e0b View commit details
    Browse the repository at this point in the history