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

Make CI tests not fail #535

Merged
merged 10 commits into from
Jan 9, 2024
Merged

Make CI tests not fail #535

merged 10 commits into from
Jan 9, 2024

Commits on Dec 27, 2023

  1. Changes ubuntu runner to 20.04

    So tests can run on python 3.6
    dmunozv04 committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    66f0f24 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Migrate to pycryptodome

    dmunozv04 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    f3a7a3a View commit details
    Browse the repository at this point in the history
  2. Change Collections imports

    to be able to run on python 3.10+
    dmunozv04 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    308589e View commit details
    Browse the repository at this point in the history
  3. Modifies selenium tests to be compatible with the new API

    find_element(By.)
    dmunozv04 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    58a380f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25b59bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06927ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b36f41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    86a5c8b View commit details
    Browse the repository at this point in the history
  8. Collections.abc imports for Python 3.10+ compatibility

    with older django versions (2.0)
    dmunozv04 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    5c73ec7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    761ea7a View commit details
    Browse the repository at this point in the history