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

use importlib instead of deprecated imp module #77

Merged
merged 13 commits into from
Aug 23, 2023
Merged

Commits on Aug 17, 2023

  1. use importlib instead of deprecated imp module

    This fixes tests with python 3.12 where the `imp` module was
    [removed](https://docs.python.org/3.12/whatsnew/3.12.html#removed).
    
    This should fix issue wbond#74.
    rathann committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3be536e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    199f07e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19de26b View commit details
    Browse the repository at this point in the history
  4. More importlib fixes

    wbond committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6973b91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8843c89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53fa3ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b013e44 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Use importlib with python 3.5+

    This fixes `python run.py ci` under python 3.12.
    rathann committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    8ec7163 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    23d848a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9941d3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    799aa0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a588fa View commit details
    Browse the repository at this point in the history
  5. Fix test loading

    wbond committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    d9f8e2f View commit details
    Browse the repository at this point in the history