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

test: Make import-related tests stable #3548

Merged
merged 3 commits into from
Sep 23, 2024

Commits on Sep 19, 2024

  1. test: Make import-related tests stable

    The integrations not getting enabled when there are missing modules test was relying on certain packages not being installed in the environment and was causing issues when dev requirements was installed. This patch addse a context manager that simulates import errors for certain packages to make the test robust. It also enables the redis-related test by simulating a missing 'redis' package with the same context manager.
    BYK committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    861e708 View commit details
    Browse the repository at this point in the history
  2. add warning for future poor souls

    BYK committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    540edc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    7d6d5a7 View commit details
    Browse the repository at this point in the history