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

Get rid of pytest-httpx as dependency #37334

Merged
merged 1 commit into from
Feb 11, 2024

Commits on Feb 11, 2024

  1. Get rid of pytest-httpx as dependency

    We were using it in one test case only that can be easily mocked
    manually. Pytest-httpx blocks us from upgrading to pytest 8 because
    the newer versions of it that support Pytest 8 have Python >= 3.9.
    
    At the same time we make explicit dependency on requirements which
    are also used internally and bump min version to 2.27.0 which is
    already more than year long and some of our providers already had
    this min version set.
    potiuk committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    ca9d285 View commit details
    Browse the repository at this point in the history