Upgrade pytest-flake8 to version after deprecation warning fix

This commit is contained in:
Sunah Suh 2020-10-19 11:18:13 -05:00 коммит произвёл Jannis Leidel
Родитель 427c529684
Коммит 1416732961
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -65,7 +65,7 @@ setup(
"mock",
"pytest",
"pytest-cov",
"pytest-flake8<1.0.1",
"pytest-flake8>=1.0.5",
],
"dev": ["watchdog[watchmedo]"],
},