Ignore tests/CrawlerRunner directory

This commit is contained in:
Eugenio Lacuesta 2020-02-03 16:16:43 -03:00
parent e0ef8ad2d6
commit 13670f0397
No known key found for this signature in database
GPG Key ID: DA3EF2D0913E9810
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ collect_ignore = [
# not a test, but looks like a test
"scrapy/utils/testsite.py",
# contains scripts to be run by tests/test_crawler.py::CrawlerProcessSubprocess
*_py_files("tests/CrawlerProcess")
*_py_files("tests/CrawlerProcess"),
*_py_files("tests/CrawlerRunner"),
]
for line in open('tests/ignores.txt'):