Phil Dawson pushed to branch phil/plugin-testing-api at BuildStream / buildstream
Commits:
-
505c23bd
by Phil Dawson at 2019-01-17T11:12:46Z
2 changed files:
Changes:
... | ... | @@ -4,6 +4,7 @@ Jinja2 >= 2.10 |
4 | 4 |
pluginbase
|
5 | 5 |
protobuf >= 3.5
|
6 | 6 |
psutil
|
7 |
+pytest >= 3.9
|
|
7 | 8 |
# According to ruamel.yaml's PyPI page, we are suppose to use
|
8 | 9 |
# "<=0.15" in production until 0.15 becomes API stable.
|
9 | 10 |
# However we need ruamel.yaml 0.15.41 or greater for Python 3.7.
|
1 | 1 |
Click==7.0
|
2 |
-grpcio==1.17.1
|
|
2 |
+grpcio==1.18.0
|
|
3 | 3 |
Jinja2==2.10
|
4 | 4 |
pluginbase==0.7
|
5 | 5 |
protobuf==3.6.1
|
6 | 6 |
psutil==5.4.8
|
7 |
+pytest==4.1.1
|
|
7 | 8 |
# According to ruamel.yaml's PyPI page, we are suppose to use
|
8 | 9 |
# "<=0.15" in production until 0.15 becomes API stable.
|
9 | 10 |
# However we need ruamel.yaml 0.15.41 or greater for Python 3.7.
|
... | ... | @@ -12,7 +13,14 @@ psutil==5.4.8 |
12 | 13 |
#
|
13 | 14 |
# See issues #571 and #790.
|
14 | 15 |
ruamel.yaml==0.15.51
|
15 |
-setuptools==39.0.1
|
|
16 |
+setuptools==32.3.1
|
|
16 | 17 |
## The following requirements were added by pip freeze:
|
18 |
+atomicwrites==1.2.1
|
|
19 |
+attrs==18.2.0
|
|
17 | 20 |
MarkupSafe==1.1.0
|
21 |
+more-itertools==5.0.0
|
|
22 |
+pathlib2==2.3.3
|
|
23 |
+pkg-resources==0.0.0
|
|
24 |
+pluggy==0.8.1
|
|
25 |
+py==1.7.0
|
|
18 | 26 |
six==1.12.0
|