diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-01-19 22:41:45 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-19 22:41:45 +0900 |
| commit | eb273fdc08840945b9c2419f20fb2e0220b0a004 (patch) | |
| tree | 5285c05376444586b667f9f4efeae0dc3b33540b | |
| parent | a1f6bbf800ca7a3feeaa02d07a845765319544b4 (diff) | |
| parent | 9a6709f0f98a50e2969e0332cf10808caa811f08 (diff) | |
| download | sphinx-git-eb273fdc08840945b9c2419f20fb2e0220b0a004.tar.gz | |
Merge pull request #7037 from tk0miya/test_with_pytest532
Test with pytest-5.3.2
| -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', |
