Open
Description
Note: for support questions, please use stackoverflow. This repository's issues are reserved for feature requests and bug reports.
- What is the current behavior?
assertions that used to pass no longer pass, with no changes to the code base
- If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via
a github repo, https://repl.it or similar (you can use this template as a starting point: https://repl.it/@jkimbo/Graphene-Django-Example).
test case code:
https://repl.it/@baldwinchang/LightgrayRaggedBlock
- What is the expected behavior?
Assertions do not fail
- What is the motivation / use case for changing the behavior?
assert statements no longer equate
-
Please tell us about your environment:
- Version: 2.15.0
- Platform: Debian Docker
-
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow)
Downgrading the version to 2.14.0 fixes the issue.
Looks like #1084 is the culprit