Rename tests/py3-ignores.txt to tests/ignores.txt.

This commit is contained in:
Andrey Rakhmatullin 2019-11-01 19:52:57 +05:00
parent 8b730a3670
commit a7b640991d
2 changed files with 1 additions and 1 deletions

View File

@ -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)