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

More Py3.12 fixes #1900

Merged
merged 4 commits into from
Sep 7, 2023
Merged

More Py3.12 fixes #1900

merged 4 commits into from
Sep 7, 2023

Commits on Sep 7, 2023

  1. Increase size of buffered data in transport tests

    It appears that py3.12's gzip implementation is more efficient, and as a
    result the tests against `api_request_size` were failing. This change
    should still work against older versions, as I also increased the
    "don't send" test case.
    basepi committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    346bfd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8626a7 View commit details
    Browse the repository at this point in the history
  3. Revert "Increase size of buffered data in transport tests"

    This reverts commit 346bfd8.
    basepi committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    79c1c67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a17209e View commit details
    Browse the repository at this point in the history