mirror of https://github.com/scrapy/scrapy.git
Rename tests/py3-ignores.txt to tests/ignores.txt.
This commit is contained in:
parent
8b730a3670
commit
a7b640991d
|
|
@ -7,7 +7,7 @@ collect_ignore = [
|
|||
]
|
||||
|
||||
|
||||
for line in open('tests/py3-ignores.txt'):
|
||||
for line in open('tests/ignores.txt'):
|
||||
file_path = line.strip()
|
||||
if file_path and file_path[0] != '#':
|
||||
collect_ignore.append(file_path)
|
||||
|
|
|
|||
Loading…
Reference in New Issue