mirror of https://github.com/scrapy/scrapy.git
Add scrapy/utils/testproc.py to collect_ignore to silence a warning.
This commit is contained in:
parent
a5731c1944
commit
93c076047b
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue