ApeWorX / ape

The smart contract development tool for Pythonistas, Data Scientists, and Security Professionals
https://apeworx.io
Apache License 2.0
845 stars 124 forks source link

test: fix flakey tests #2137

Closed antazoey closed 2 weeks ago

antazoey commented 2 weeks ago

What I did

seeing some random test failures / flakinees on other PRs. This my attempt to resolve that.

How I did it

Ensure tests start off in a cleaner state (expected) Leave the rest to gremmlins i guess..

How to verify it

no more flaky tests

Checklist