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

deps: Upgrade motor and add pymongo 4.x to test matrix #387

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    f6c209a View commit details
    Browse the repository at this point in the history
  2. test: Rename setup() to setup_method() to execute for every TestC…

    …ase.
    
    This behavior was changed in pytest 7.0 where `setup()` is now only executed
    once when the class loads.
    alexandervaneck-paige committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    cd74004 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f382410 View commit details
    Browse the repository at this point in the history
  4. test: Assert Deferred instead of potential Attribute error.

    In older versions of `pymongo` attributes of Deferred would be None, in newer
    versions they raise AttributeError.
    alexandervaneck-paige committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    fe968f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d755cb View commit details
    Browse the repository at this point in the history