We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044ffa6 commit 1a1d176Copy full SHA for 1a1d176
Makefile
@@ -32,7 +32,7 @@ clean: clean_platform ## Remove artifacts of test execution, installation, etc
32
@rm -f tests/covmain.zip tests/zipmods.zip tests/zip1.zip
33
@rm -rf doc/_build doc/_spell doc/sample_html_beta
34
@rm -rf tmp
35
- @rm -rf .cache .hypothesis .mypy_cache .pytest_cache
+ @rm -rf .cache .hypothesis .*_cache
36
@rm -rf tests/actual
37
@-make -C tests/gold/html clean
38
0 commit comments