davoice-321
davoice-321
Additional note: It looks like ape has trouble even identifying previously-identified contracts in test functions. Trace from an error where the contract was identified, but still throws 'contract may need...
I was able to successfully run the tests with --disable-isolation. However, there are some tests that need to run in isolation, as they change state. I'm using chain.snapshot() and chain.restore()...
> I am attempting to reproduce here: [antazoey/ape-playground#5](https://github.com/antazoey/ape-playground/pull/5) So far, I haven't hit any problems I see the test you've set up here. Thanks for this. I see that you're...
> are you sending transactions within your `scope="session"` fixtures? I have noticed that will never seem to work properly if you are doing that, and should use normal function scope...
hi. i don't have a minimal repo unfortunately. I've been able to overcome the issue by running tests with --disable-isolation