diff --git a/conftest.py b/conftest.py index a08ad9d05..f33ffb1a4 100644 --- a/conftest.py +++ b/conftest.py @@ -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",