diff options
author | Daniel Hahler <git@thequod.de> | 2020-03-09 12:56:09 +0100 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2020-03-09 12:56:09 +0100 |
commit | f50144a40bea898146e9d9409b57209adbcac095 (patch) | |
tree | d7a190b55db713b69fa1a199e4a20f6849862ad4 /setup.py | |
parent | 6ef573acb9b2cc6cc95b75bad405ab7dfd545e10 (diff) | |
download | sphinx-git-f50144a40bea898146e9d9409b57209adbcac095.tar.gz |
Unpin pytest
Was done in https://github.com/sphinx-doc/sphinx/pull/7037 to work
around a bug in 5.3.3.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ extras_require = { 'docutils-stubs', ], 'test': [ - 'pytest < 5.3.3', + 'pytest', 'pytest-cov', 'html5lib', 'typed_ast', # for py35-37 |