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

light: fix tests with new Python versions (3.12) #121

Merged
merged 2 commits into from
May 23, 2024

Commits on May 22, 2024

  1. light: fix tests new Python versions (3.12)

    The docs have changed:
    > The server is closed asynchronously; use the wait_closed()
    > coroutine to wait until the server is closed (and no more connections
    > are active).
    
    Signed-off-by: László Várady <laszlo.varady@anno.io>
    MrAnno committed May 22, 2024
    Configuration menu
    Copy the full SHA
    b5d0736 View commit details
    Browse the repository at this point in the history
  2. light: fix postgre csvlog test

    HOST_FROM is not a stable value to assert on, it depends on the env.
    
    Signed-off-by: László Várady <laszlo.varady@anno.io>
    MrAnno committed May 22, 2024
    Configuration menu
    Copy the full SHA
    cbf56cc View commit details
    Browse the repository at this point in the history