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

Avoid specialized assert formatting when we detect that __eq__ is overridden #9407

Merged
merged 10 commits into from
Dec 14, 2021

Commits on Dec 12, 2021

  1. fix 9326

    Yuval Shimon committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    897395a View commit details
    Browse the repository at this point in the history
  2. small fix

    Yuval Shimon committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    31f42ef View commit details
    Browse the repository at this point in the history
  3. fixing tests

    Yuval Shimon committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    a67c547 View commit details
    Browse the repository at this point in the history
  4. removing unnecessary changes

    Yuval Shimon committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    8c3b172 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9166ff6 View commit details
    Browse the repository at this point in the history
  6. fixing pre-commit

    Yuval Shimon committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    df74e5c View commit details
    Browse the repository at this point in the history
  7. support pypy

    Yuval Shimon committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    2d7905b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7cf2b51 View commit details
    Browse the repository at this point in the history
  9. removing coverage on eq method

    Yuval Shimon committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    0c45065 View commit details
    Browse the repository at this point in the history
  10. adding auto_detect=true test

    Yuval Shimon committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    0ea039d View commit details
    Browse the repository at this point in the history