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

Drop unittest2 #6187

Merged
merged 9 commits into from
Apr 22, 2024
Merged

Drop unittest2 #6187

merged 9 commits into from
Apr 22, 2024

Commits on Apr 19, 2024

  1. Remove unittest2

    nzlosh authored and cognifloyd committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    8be3c19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93c12e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2285ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4504961 View commit details
    Browse the repository at this point in the history
  5. add changelog entry

    cognifloyd committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d431355 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    508af8f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ccdfb5d View commit details
    Browse the repository at this point in the history
  8. remove unittest2 from lockfiles/st2.lock

    Lockfile diff: lockfiles/st2.lock [st2]
    
    ==                    Upgraded dependencies                     ==
    
      argcomplete                    3.2.3        -->   3.3.0
      exceptiongroup                 1.2.0        -->   1.2.1
      gunicorn                       21.2.0       -->   22.0.0
      idna                           3.6          -->   3.7
      itsdangerous                   2.1.2        -->   2.2.0
      kombu                          5.3.6        -->   5.3.7
      orjson                         3.10.0       -->   3.10.1
      setuptools                     69.2.0       -->   69.5.1
      virtualenv                     20.25.1      -->   20.25.3
    
    ==                     Removed dependencies                     ==
    
      linecache2                     1.0.0
      traceback2                     1.4.0
      unittest2                      1.1.0
    cognifloyd committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d37e2f6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3948c57 View commit details
    Browse the repository at this point in the history