Tristan Van Berkom pushed to branch tristan/toxic-linting at BuildStream / buildstream
Commits:
-
892bf99e
by Tristan Van Berkom at 2019-01-03T21:31:04Z
-
7c681c42
by Tristan Van Berkom at 2019-01-03T21:32:40Z
4 changed files:
Changes:
1 | 1 |
coverage == 4.4.0
|
2 | 2 |
pylint
|
3 |
+pycodestyle
|
|
3 | 4 |
pytest >= 3.9
|
4 |
-pytest-codestyle >= 1.4.0
|
|
5 | 5 |
pytest-cov >= 2.5.0
|
6 | 6 |
pytest-datafiles >= 2.0
|
7 | 7 |
pytest-env
|
8 |
-pytest-pylint
|
|
9 | 8 |
pytest-xdist
|
10 | 9 |
pytest-timeout
|
11 | 10 |
pyftpdlib
|
1 | 1 |
coverage==4.4
|
2 | 2 |
pylint==2.2.2
|
3 |
+pycodestyle==2.4.0
|
|
3 | 4 |
pytest==4.0.2
|
4 |
-pytest-codestyle==1.4.0
|
|
5 | 5 |
pytest-cov==2.6.0
|
6 | 6 |
pytest-datafiles==2.0
|
7 | 7 |
pytest-env==0.6.2
|
8 |
-pytest-pylint==0.13.0
|
|
9 | 8 |
pytest-xdist==1.25.0
|
10 | 9 |
pytest-timeout==1.3.3
|
11 | 10 |
pyftpdlib==1.5.4
|
... | ... | @@ -21,8 +20,6 @@ mccabe==0.6.1 |
21 | 20 |
more-itertools==5.0.0
|
22 | 21 |
pluggy==0.8.0
|
23 | 22 |
py==1.7.0
|
24 |
-pycodestyle==2.4.0
|
|
25 | 23 |
pytest-forked==0.2
|
26 | 24 |
six==1.12.0
|
27 |
-typed-ast==1.1.1
|
|
28 | 25 |
wrapt==1.10.11
|
1 | 1 |
Click
|
2 | 2 |
grpcio >= 1.10
|
3 |
-jinja2 >= 2.10
|
|
3 |
+Jinja2 >= 2.10
|
|
4 | 4 |
pluginbase
|
5 | 5 |
protobuf >= 3.5
|
6 | 6 |
psutil
|
1 | 1 |
Click==7.0
|
2 | 2 |
grpcio==1.17.1
|
3 |
+Jinja2==2.10
|
|
3 | 4 |
pluginbase==0.7
|
4 | 5 |
protobuf==3.6.1
|
5 | 6 |
psutil==5.4.8
|
... | ... | @@ -13,6 +14,5 @@ psutil==5.4.8 |
13 | 14 |
ruamel.yaml==0.15.51
|
14 | 15 |
setuptools==39.0.1
|
15 | 16 |
## The following requirements were added by pip freeze:
|
16 |
-Jinja2==2.10
|
|
17 | 17 |
MarkupSafe==1.1.0
|
18 | 18 |
six==1.12.0
|