diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-01-19 22:33:23 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-01-19 22:33:31 +0900 |
commit | 9a6709f0f98a50e2969e0332cf10808caa811f08 (patch) | |
tree | 5285c05376444586b667f9f4efeae0dc3b33540b /setup.py | |
parent | a1f6bbf800ca7a3feeaa02d07a845765319544b4 (diff) | |
download | sphinx-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ extras_require = { 'sphinxcontrib-websupport', ], 'test': [ - 'pytest', + 'pytest < 5.3.3', 'pytest-cov', 'html5lib', 'flake8>=3.5.0', |