Skip to content

Commit 4c6b83f

Browse files
committed
Also clean tests/.pytest_cache
Otherwise, that cache folder makes it into the release tarball.
1 parent 280b622 commit 4c6b83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ cd "$dir/.."
66
find . -name __pycache__ -type d | while read d
77
do rm -rfv "$d"
88
done
9-
rm -rfv .pytest_cache build dist src/*.egg-info
9+
rm -rfv .pytest_cache build dist src/*.egg-info tests/.pytest_cache

0 commit comments

Comments
 (0)