@@ -4,7 +4,6 @@ pex_library(
4
4
name = "common-utils-mock" ,
5
5
srcs = ["mock_generator.py" ],
6
6
reqs = [
7
- "mock==1.0.1" ,
8
7
],
9
8
deps = [
10
9
"//heron/instance/src/python:instance-py" ,
@@ -17,9 +16,7 @@ pex_pytest(
17
16
size = "small" ,
18
17
srcs = ["communicator_unittest.py" ],
19
18
reqs = [
20
- "py==1.4.34" ,
21
19
"pytest==3.2.2" ,
22
- "unittest2==1.1.0" ,
23
20
],
24
21
deps = [
25
22
"//heron/instance/tests/python/utils:common-utils-mock" ,
@@ -31,9 +28,7 @@ pex_pytest(
31
28
size = "small" ,
32
29
srcs = ["custom_grouping_unittest.py" ],
33
30
reqs = [
34
- "py==1.4.34" ,
35
31
"pytest==3.2.2" ,
36
- "unittest2==1.1.0" ,
37
32
],
38
33
deps = [
39
34
"//heron/instance/tests/python/utils:common-utils-mock" ,
@@ -45,9 +40,7 @@ pex_pytest(
45
40
size = "small" ,
46
41
srcs = ["metrics_helper_unittest.py" ],
47
42
reqs = [
48
- "py==1.4.34" ,
49
43
"pytest==3.2.2" ,
50
- "unittest2==1.1.0" ,
51
44
],
52
45
deps = [
53
46
"//heron/instance/tests/python/utils:common-utils-mock" ,
@@ -59,9 +52,7 @@ pex_pytest(
59
52
size = "small" ,
60
53
srcs = ["outgoing_tuple_helper_unittest.py" ],
61
54
reqs = [
62
- "py==1.4.34" ,
63
55
"pytest==3.2.2" ,
64
- "unittest2==1.1.0" ,
65
56
],
66
57
deps = [
67
58
"//heron/instance/tests/python/utils:common-utils-mock" ,
@@ -73,9 +64,7 @@ pex_pytest(
73
64
size = "small" ,
74
65
srcs = ["pplan_helper_unittest.py" ],
75
66
reqs = [
76
- "py==1.4.34" ,
77
67
"pytest==3.2.2" ,
78
- "unittest2==1.1.0" ,
79
68
],
80
69
deps = [
81
70
"//heron/instance/tests/python/utils:common-utils-mock" ,
@@ -87,9 +76,7 @@ pex_pytest(
87
76
size = "small" ,
88
77
srcs = ["topology_context_impl_unittest.py" ],
89
78
reqs = [
90
- "py==1.4.34" ,
91
79
"pytest==3.2.2" ,
92
- "unittest2==1.1.0" ,
93
80
],
94
81
deps = [
95
82
"//heron/instance/tests/python/utils:common-utils-mock" ,
@@ -101,9 +88,7 @@ pex_pytest(
101
88
size = "small" ,
102
89
srcs = ["tuple_helper_unittest.py" ],
103
90
reqs = [
104
- "py==1.4.34" ,
105
91
"pytest==3.2.2" ,
106
- "unittest2==1.1.0" ,
107
92
],
108
93
deps = [
109
94
"//heron/instance/tests/python/utils:common-utils-mock" ,
@@ -115,9 +100,7 @@ pex_pytest(
115
100
size = "small" ,
116
101
srcs = ["global_metrics_unittest.py" ],
117
102
reqs = [
118
- "py==1.4.34" ,
119
103
"pytest==3.2.2" ,
120
- "unittest2==1.1.0" ,
121
104
],
122
105
deps = [
123
106
":common-utils-mock" ,
@@ -130,9 +113,7 @@ pex_pytest(
130
113
size = "small" ,
131
114
srcs = ["py_metrics_unittest.py" ],
132
115
reqs = [
133
- "py==1.4.34" ,
134
116
"pytest==3.2.2" ,
135
- "unittest2==1.1.0" ,
136
117
],
137
118
deps = [
138
119
"//heron/instance/tests/python/utils:common-utils-mock" ,
@@ -145,7 +126,6 @@ pex_pytest(
145
126
srcs = ["log_unittest.py" ],
146
127
reqs = [
147
128
"pytest==3.2.2" ,
148
- "unittest2==1.1.0" ,
149
129
],
150
130
deps = [
151
131
"//heron/instance/tests/python/utils:common-utils-mock" ,
0 commit comments