From a9a7c66eab05b73de6046a2ee2d4a2912b4d45f8 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 6 Jan 2022 14:16:51 -0300 Subject: [PATCH] Updated tools/clear_cache.sh to solve pytest issues - After updating macros.py pytest messes all and needs time-stamps to be reseted --- tools/clear_cache.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/clear_cache.sh b/tools/clear_cache.sh index aacac0db..786d07eb 100755 --- a/tools/clear_cache.sh +++ b/tools/clear_cache.sh @@ -1 +1,2 @@ rm -r ./kibot/bom/__pycache__ ./kibot/kicad/__pycache__ ./kibot/mcpyrate/__pycache__ ./kibot/__pycache__ ./tests/.config/kiplot/plugins/__pycache__ ./tests/.config/kibot/plugins/__pycache__ ./tests/utils/__pycache__ ./tests/test_plot/fake_pcbnew/__pycache__ ./tests/test_plot/__pycache__ ./tests/__pycache__ +touch kibot/*.py