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
commit eb273fdc08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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