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
At least it should detect nothing changed and don't run the compilation. But also should be possible to tell with some environment variable or config setting to completely avoid compilation tasks. This can be useful to speed up when testing pure python code.
The text was updated successfully, but these errors were encountered:
Environment information
brownie
Version: 1.14.6ganache-cli
Version: 6.12.2solc
Version: 0.8.6What was wrong?
When I run any pytest command (even
pytest --help
), it always compiles the contracts, even when not needed and even when the files didn't changedHow can it be fixed?
At least it should detect nothing changed and don't run the compilation. But also should be possible to tell with some environment variable or config setting to completely avoid compilation tasks. This can be useful to speed up when testing pure python code.
The text was updated successfully, but these errors were encountered: