Unpin pytest

Was done in https://github.com/sphinx-doc/sphinx/pull/7037 to work
around a bug in 5.3.3.
This commit is contained in:
Daniel Hahler 2020-03-09 12:56:09 +01:00
parent 6ef573acb9
commit f50144a40b

View File

@ -48,7 +48,7 @@ extras_require = {
'docutils-stubs', 'docutils-stubs',
], ],
'test': [ 'test': [
'pytest < 5.3.3', 'pytest',
'pytest-cov', 'pytest-cov',
'html5lib', 'html5lib',
'typed_ast', # for py35-37 'typed_ast', # for py35-37