Skip to content

Commit e2e4715

Browse files
committed
Updated files with git_helper.
1 parent f26ece6 commit e2e4715

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

doc-source/requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ pytz >=2019.1
33
sphinx >=3.0.3
44
sphinx-autodoc-typehints >=1.10.3
55
sphinx-notfound-page
6+
sphinx-notfound-page
7+
sphinx-prompt >=1.2.0
68
sphinx-prompt >=1.2.0
79
sphinx-tabs >=1.1.13
10+
sphinx-tabs >=1.1.13
811
sphinx_autodoc_typehints >=1.11.0
912
sphinx_rtd_theme
1013
sphinxcontrib-httpdomain >=1.7.0
14+
sphinxcontrib-httpdomain >=1.7.0
1115
sphinxemoji >=0.1.6

tests/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
coverage >=5.1
22
pytest >=5.1.1
33
pytest-cov >=2.8.1
4+
pytest-cov >=2.8.1
5+
pytest-randomly >=3.3.1
46
pytest-randomly >=3.3.1
57
pytest-rerunfailures >=9.0
8+
pytest-rerunfailures >=9.0
69
pytz >=2019.1

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ rst-directives =
149149
envvar,
150150
exception,
151151
seealso
152+
pytest-parametrize-names-type = csv
152153
inline-quotes = "
153154
multiline-quotes = """
154155
docstring-quotes = """

0 commit comments

Comments
 (0)