...so if you have one that has a dataframe as an attribute, then testfixures handling of that never gets a chance to stop the crash.
Do we:
- Add handling for PyDantic explicitly?
- Figure out something more generic where class has custom
__eq__?
- Just
ignore_eq globally
...so if you have one that has a dataframe as an attribute, then
testfixureshandling of that never gets a chance to stop the crash.Do we:
__eq__?ignore_eqglobally