Add scrapy/utils/testproc.py to collect_ignore to silence a warning.

This commit is contained in:
Andrey Rakhmatullin 2025-03-02 21:19:24 +05:00
parent a5731c1944
commit 93c076047b
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ def _py_files(folder):
collect_ignore = [
# not a test, but looks like a test
"scrapy/utils/testproc.py",
"scrapy/utils/testsite.py",
"tests/ftpserver.py",
"tests/mockserver.py",