Skip to content

Commit 9f11015

Browse files
committed
Remove tests/.pytest_cache on make distclean.
1 parent c685576 commit 9f11015

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ clean:
2020
$(MAKE) -C doc clean
2121

2222
distclean: clean
23-
rm -rf .cache tests/.cache
24-
rm -f MANIFEST
23+
rm -rf .cache tests/.cache .pytest_cache tests/.pytest_cache
2524
rm -f *.pyc tests/*.pyc
2625
rm -rf __pycache__ tests/__pycache__
26+
rm -f MANIFEST
2727
rm -rf dist
2828
rm -rf pytest_dependency.egg-info
29-
rm -rf .pytest_cache
3029
$(MAKE) -C doc distclean
3130

3231
.gitrevision:

0 commit comments

Comments
 (0)