Skip to content

Commit 1a1d176

Browse files
committed
build: clean more cache directories
1 parent 044ffa6 commit 1a1d176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ clean: clean_platform ## Remove artifacts of test execution, installation, etc
3232
@rm -f tests/covmain.zip tests/zipmods.zip tests/zip1.zip
3333
@rm -rf doc/_build doc/_spell doc/sample_html_beta
3434
@rm -rf tmp
35-
@rm -rf .cache .hypothesis .mypy_cache .pytest_cache
35+
@rm -rf .cache .hypothesis .*_cache
3636
@rm -rf tests/actual
3737
@-make -C tests/gold/html clean
3838

0 commit comments

Comments
 (0)