You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vyper Version (output of vyper --version): v0.4.0b2
What's your issue about?
laundry list of performance issues in test suite
overuse of pytest parametrize (particularly in test_convert.py) results in spending a lot of time in test collection
eth-tester has inefficient shims, we could modify VyperContract (in conftest.py) to use a different backend
we could get rid of get_contract_with_gas_estimation (and either get rid of the gas check entirely or apply it to get_contract so it runs for all tests)
The text was updated successfully, but these errors were encountered:
Version Information
vyper --version
): v0.4.0b2What's your issue about?
laundry list of performance issues in test suite
test_convert.py
) results in spending a lot of time in test collectionVyperContract
(in conftest.py) to use a different backendget_contract
so it runs for all tests)The text was updated successfully, but these errors were encountered: