From 92196f60f43d027788aaa08fb65ebdb8a5ce153e Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Sun, 5 May 2024 13:37:42 -0400 Subject: [PATCH] chore(test): disable brownie's background thread (#200) * chore(test): disable brownie's background thread * chore: add comment --- brownie-config.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 brownie-config.yaml diff --git a/brownie-config.yaml b/brownie-config.yaml new file mode 100644 index 0000000..d8833fe --- /dev/null +++ b/brownie-config.yaml @@ -0,0 +1,2 @@ +#disables brownie's eager cache thread on eth-brownie>=1.20.3 +eager_caching: false