Skip to content

Commit 3ad70a4

Browse files
committed
Avoid pytest to find unrelated tests on friends repos.
1 parent 7ef58c4 commit 3ad70a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

download-more-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ grep '^# https://' "$0" |
5656

5757
rm -f tests/fixtures/friends/cpython/Doc/README.rst
5858
rm -fr tests/fixtures/friends/peps/pep_sphinx_extensions
59+
find tests/fixtures/friends/ '(' -name 'test_*.py' -o -name '*_test.py' ')' -delete

0 commit comments

Comments
 (0)