Merge pull request #7037 from tk0miya/test_with_pytest532

Test with pytest-5.3.2
This commit is contained in:
Takeshi KOMIYA
2020-01-19 22:41:45 +09:00
committed by GitHub

View File

@@ -42,7 +42,7 @@ extras_require = {
'sphinxcontrib-websupport',
],
'test': [
'pytest',
'pytest < 5.3.3',
'pytest-cov',
'html5lib',
'flake8>=3.5.0',