Skip to content

Commit ff9e898

Browse files
author
Julien Blondeau
committed
[#2] Suppress warning about pytest_funcarg__cov
Warning below was fixed in pytest-cov 2.3.1: see details on pytest-dev/pytest#1684 pytest_funcarg__cov: declaring fixtures using "pytest_funcarg__" prefix is deprecated and scheduled to be removed in pytest 4.0. Please remove the prefix and use the @pytest.fixture decorator instead. Change-Id: Id8565778485eb502ef72b0635dfa222532de8dc6
1 parent 369ec81 commit ff9e898

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

requirements.txt

+12-9
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ pyenchant==1.6.6
1818
breathe==4.1.0
1919

2020
# For tests
21-
mock==1.0.1
22-
pytest==3.2.3
23-
pytest-cov==1.6
24-
pytest-timeout==1.0.0
25-
pytest-xdist==1.13.1
21+
mock==2.0.0
22+
pytest==3.4.0
23+
pytest-cov==2.5.1
24+
pytest-timeout==1.2.1
25+
pytest-xdist==1.22.0
2626

2727
# For qidoc tests
2828
BeautifulSoup4==4.2.1
@@ -31,12 +31,15 @@ sphinxcontrib-spelling==2.1.1
3131
sphinx-intl==0.9.5
3232

3333
# For coverage
34-
cov-core==1.7
35-
coverage==3.6
36-
gcovr==3.2
34+
cov-core==1.15.0
35+
coverage==4.4.2
36+
gcovr==3.3
3737

3838
# For more checks, thanks pyflakes
39-
pyflakes==0.6.1
39+
pyflakes==1.6.0
4040

4141
# For ls-package
4242
tabulate==0.7.5
43+
44+
# For py2 py3 compat
45+
six==1.11.0

0 commit comments

Comments
 (0)