summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-01-19 22:41:45 +0900
committerGitHub <noreply@github.com>2020-01-19 22:41:45 +0900
commiteb273fdc08840945b9c2419f20fb2e0220b0a004 (patch)
tree5285c05376444586b667f9f4efeae0dc3b33540b
parenta1f6bbf800ca7a3feeaa02d07a845765319544b4 (diff)
parent9a6709f0f98a50e2969e0332cf10808caa811f08 (diff)
downloadsphinx-git-eb273fdc08840945b9c2419f20fb2e0220b0a004.tar.gz
Merge pull request #7037 from tk0miya/test_with_pytest532
Test with pytest-5.3.2
-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',