Tristan Van Berkom pushed to branch tristan/pin-pytest-pylint at BuildStream / buildstream
Commits:
-
c15cb951
by Tristan Van Berkom at 2018-08-20T10:19:03Z
-
372abed5
by Tristan Van Berkom at 2018-08-20T11:47:53Z
-
0006f4de
by Tristan Van Berkom at 2018-08-20T11:49:13Z
2 changed files:
Changes:
1 | 1 |
coverage == 4.4.0
|
2 | 2 |
pep8
|
3 |
-pytest >= 3.1.0
|
|
3 |
+pytest == 3.7.1
|
|
4 |
+pylint == 2.1.1
|
|
4 | 5 |
pytest-cov >= 2.5.0
|
5 | 6 |
pytest-datafiles
|
6 | 7 |
pytest-env
|
... | ... | @@ -11,7 +11,7 @@ test=pytest |
11 | 11 |
|
12 | 12 |
[tool:pytest]
|
13 | 13 |
addopts = --verbose --basetemp ./tmp --pep8 --pylint --pylint-rcfile=.pylintrc --cov=buildstream --cov-config .coveragerc
|
14 |
-norecursedirs = integration-cache tmp __pycache__ .eggs
|
|
14 |
+norecursedirs = tests/integration/project integration-cache tmp __pycache__ .eggs
|
|
15 | 15 |
python_files = tests/*/*.py
|
16 | 16 |
pep8maxlinelength = 119
|
17 | 17 |
pep8ignore =
|