summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2022-05-03 02:05:24 +0900
committerGitHub <noreply@github.com>2022-05-03 02:05:24 +0900
commit81bb102cd1e12dba39d26fd000efda179b40160c (patch)
tree827a4de18e9763051b7c74278ac5d728a738c6f0 /setup.py
parent96b15e9e66bd4bc1079d983bf6be19d1e9aa7134 (diff)
parentf95bcf51efe2ec1ebf6a251322b37a6caf4e2aac (diff)
downloadsphinx-git-81bb102cd1e12dba39d26fd000efda179b40160c.tar.gz
Merge pull request #10361 from AA-Turner/split-coverage
Only test with coverage on pushes to `sphinx-doc/sphinx`
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index e11a894c7..4ec215697 100644
--- a/setup.py
+++ b/setup.py
@@ -47,8 +47,7 @@ extras_require = {
"types-requests",
],
'test': [
- 'pytest',
- 'pytest-cov',
+ 'pytest>=4.6',
'html5lib',
"typed_ast; python_version < '3.8'",
'cython',