mirror of https://github.com/scrapy/scrapy.git
Add scrapy/utils/py36.py to collect_ignore.
This commit is contained in:
parent
81483a7d98
commit
cab1207ce6
|
|
@ -22,6 +22,7 @@ collect_ignore = [
|
|||
if sys.version_info < (3, 6):
|
||||
# not importable on 3.5
|
||||
collect_ignore.append("scrapy/utils/asyncgen.py")
|
||||
collect_ignore.append("scrapy/utils/py36.py")
|
||||
|
||||
for line in open('tests/ignores.txt'):
|
||||
file_path = line.strip()
|
||||
|
|
|
|||
Loading…
Reference in New Issue