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(ci): Github action checks failing #1780

Merged
merged 28 commits into from Dec 14, 2022

Commits on Dec 9, 2022

  1. fix(ci): Github action checks failing

    The checks are failing for 2 reasons
    
    1. Github actions dropped python3.7 support on the latest hosted runners.
       actions/setup-python#544 (comment)
    2. New release of tox was validation the python version in the environment name
       and the trailing framework version being used in the environment name was
       being treated as a python version and validated causing an issue.
    Zylphrex committed Dec 9, 2022
    Copy the full SHA
    ddcf9a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. bump

    Zylphrex committed Dec 12, 2022
    Copy the full SHA
    4076b54 View commit details
    Browse the repository at this point in the history
  2. run pytest as module

    Zylphrex committed Dec 12, 2022
    Copy the full SHA
    4906f43 View commit details
    Browse the repository at this point in the history
  3. add comment explaining why

    Zylphrex committed Dec 12, 2022
    Copy the full SHA
    4aa4989 View commit details
    Browse the repository at this point in the history
  4. bump

    Zylphrex committed Dec 12, 2022
    Copy the full SHA
    55a23ef View commit details
    Browse the repository at this point in the history
  5. add comment to test-common

    Zylphrex committed Dec 12, 2022
    Copy the full SHA
    2c0dafe View commit details
    Browse the repository at this point in the history
  6. add reuse db

    Zylphrex committed Dec 12, 2022
    Copy the full SHA
    8790906 View commit details
    Browse the repository at this point in the history
  7. lets see

    Zylphrex committed Dec 12, 2022
    Copy the full SHA
    ad5eef5 View commit details
    Browse the repository at this point in the history
  8. what about this

    Zylphrex committed Dec 12, 2022
    Copy the full SHA
    ec3e3d0 View commit details
    Browse the repository at this point in the history
  9. nope

    Zylphrex committed Dec 12, 2022
    Copy the full SHA
    ca14450 View commit details
    Browse the repository at this point in the history
  10. verbose

    Zylphrex committed Dec 12, 2022
    Copy the full SHA
    d995ed4 View commit details
    Browse the repository at this point in the history
  11. remove transaction=True

    Zylphrex committed Dec 12, 2022
    Copy the full SHA
    ff3bad0 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Added one job to check if all tests have passed. Makes it easier to c…

    …onfigure required tests in GitHub.
    antonpirker committed Dec 13, 2022
    Copy the full SHA
    09d7423 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    08325cf View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d0efe65 View commit details
    Browse the repository at this point in the history
  4. debug output

    antonpirker committed Dec 13, 2022
    Copy the full SHA
    1fc1d1d View commit details
    Browse the repository at this point in the history
  5. debug output 2

    antonpirker committed Dec 13, 2022
    Copy the full SHA
    23eded4 View commit details
    Browse the repository at this point in the history
  6. Updated config

    antonpirker committed Dec 13, 2022
    Copy the full SHA
    f7593c8 View commit details
    Browse the repository at this point in the history
  7. Small fix

    antonpirker committed Dec 13, 2022
    Copy the full SHA
    7c44d9e View commit details
    Browse the repository at this point in the history
  8. Updated config

    antonpirker committed Dec 13, 2022
    Copy the full SHA
    61b7360 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    05faa7d View commit details
    Browse the repository at this point in the history
  10. Removed continue on error

    antonpirker committed Dec 13, 2022
    Copy the full SHA
    c4d9609 View commit details
    Browse the repository at this point in the history
  11. Cleanup

    antonpirker committed Dec 13, 2022
    Copy the full SHA
    936f533 View commit details
    Browse the repository at this point in the history
  12. Cleanup

    antonpirker committed Dec 13, 2022
    Copy the full SHA
    be726af View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    5f894b8 View commit details
    Browse the repository at this point in the history
  14. Updated conf

    antonpirker committed Dec 13, 2022
    Copy the full SHA
    cb422fd View commit details
    Browse the repository at this point in the history
  15. Trigger CI

    antonpirker committed Dec 13, 2022
    Copy the full SHA
    797e73a View commit details
    Browse the repository at this point in the history
  16. pin tox

    Zylphrex committed Dec 13, 2022
    Copy the full SHA
    9263408 View commit details
    Browse the repository at this point in the history