summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-01-19 22:33:23 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-01-19 22:33:31 +0900
commit9a6709f0f98a50e2969e0332cf10808caa811f08 (patch)
tree5285c05376444586b667f9f4efeae0dc3b33540b /setup.py
parenta1f6bbf800ca7a3feeaa02d07a845765319544b4 (diff)
downloadsphinx-git-9a6709f0f98a50e2969e0332cf10808caa811f08.tar.gz
Test with pytest-5.3.2
It seems our CI build has been broken since pytest-5.3.3. This pins it to 5.3.2 to fix it temporarily.
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 a5dd04b0a..55578350f 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ extras_require = {
'sphinxcontrib-websupport',
],
'test': [
- 'pytest',
+ 'pytest < 5.3.3',
'pytest-cov',
'html5lib',
'flake8>=3.5.0',