Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-03-09 19:15:52 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-03-09 19:15:52 +0300
commite116613a3a851cdcd571c2b530e077f6527d0a00 (patch)
treedf83ef3b2933278c4b136535b83a8107e46930bc /setup.py
parent90804238b07194df497af81fc8722b09bea2be65 (diff)
parent42be967b2d4cf79874ed0eb7cd4e4267d237c956 (diff)
Merge branch '3.x'
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1fb0c5d79..d70eec80c 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ extras_require = {
'docutils-stubs',
],
'test': [
- 'pytest < 5.3.3',
+ 'pytest',
'pytest-cov',
'html5lib',
'typed_ast', # for py35-37