@@ -20,9 +20,6 @@ common: &common
20
20
- restore_cache :
21
21
keys :
22
22
- cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
23
- - run :
24
- name : checkout ethpm-spec submodule
25
- command : git submodule update --init --recursive
26
23
- run :
27
24
name : install dependencies
28
25
command : |
@@ -49,9 +46,6 @@ docs_steps: &docs_steps
49
46
- restore_cache :
50
47
keys :
51
48
- cache-docs-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
52
- - run :
53
- name : checkout ethpm-spec submodule
54
- command : git submodule update --init --recursive
55
49
- run :
56
50
name : install dependencies
57
51
command : |
@@ -159,43 +153,6 @@ geth_custom_steps: &geth_custom_steps
159
153
- ~/.ethash
160
154
key : cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
161
155
162
- ethpm_steps : ðpm_steps
163
- working_directory : ~/repo
164
- resource_class : xlarge
165
- steps :
166
- - checkout
167
- - restore_cache :
168
- keys :
169
- - ethpm-cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
170
- - run :
171
- name : install ipfs
172
- command :
173
- wget https://dist.ipfs.io/go-ipfs/v0.7.0/go-ipfs_v0.7.0_linux-amd64.tar.gz &&
174
- tar xvfz go-ipfs_v0.7.0_linux-amd64.tar.gz &&
175
- sudo cp go-ipfs/ipfs /usr/local/bin &&
176
- ipfs init
177
- - run :
178
- name : start ipfs node in background
179
- command : ipfs daemon
180
- background : true
181
- - run :
182
- name : checkout ethpm-spec submodule
183
- command : git submodule update --init --recursive
184
- - run :
185
- name : install dependencies
186
- command : |
187
- python -m pip install --upgrade pip
188
- python -m pip install tox
189
- - run :
190
- name : run tox
191
- command : python -m tox -r
192
- - save_cache :
193
- paths :
194
- - .tox
195
- - ~/.cache/pip
196
- - ~/.local
197
- key : ethpm-cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
198
-
199
156
orbs :
200
157
201
158
@@ -209,9 +166,6 @@ windows_steps: &windows_steps
209
166
- restore_cache :
210
167
keys :
211
168
- windows-cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
212
- - run :
213
- name : checkout ethpm-spec submodule
214
- command : git submodule update --init --recursive
215
169
- run :
216
170
name : install dependencies
217
171
command : |
@@ -272,15 +226,6 @@ jobs:
272
226
environment :
273
227
TOXENV : py38-ensip15
274
228
275
- py38-ethpm :
276
- << : *ethpm_steps
277
- docker :
278
- - image : cimg/python:3.8
279
- environment :
280
- TOXENV : py38-ethpm
281
- # Please don't use this key for any shenanigans
282
- WEB3_INFURA_PROJECT_ID : $WEB3_INFURA_PROJECT_ID
283
-
284
229
py38-integration-goethereum-ipc :
285
230
<< : *geth_steps
286
231
docker :
@@ -419,14 +364,6 @@ jobs:
419
364
environment :
420
365
TOXENV : py39-ensip15
421
366
422
- py39-ethpm :
423
- << : *ethpm_steps
424
- docker :
425
- - image : cimg/python:3.9
426
- environment :
427
- TOXENV : py39-ethpm
428
- WEB3_INFURA_PROJECT_ID : $WEB3_INFURA_PROJECT_ID
429
-
430
367
py39-integration-goethereum-ipc :
431
368
<< : *geth_steps
432
369
docker :
@@ -565,14 +502,6 @@ jobs:
565
502
environment :
566
503
TOXENV : py310-ensip15
567
504
568
- py310-ethpm :
569
- << : *ethpm_steps
570
- docker :
571
- - image : cimg/python:3.10
572
- environment :
573
- TOXENV : py310-ethpm
574
- WEB3_INFURA_PROJECT_ID : $WEB3_INFURA_PROJECT_ID
575
-
576
505
py310-integration-goethereum-ipc :
577
506
<< : *geth_steps
578
507
docker :
@@ -716,15 +645,6 @@ jobs:
716
645
environment :
717
646
TOXENV : py311-ensip15
718
647
719
- py311-ethpm :
720
- << : *ethpm_steps
721
- docker :
722
- - image : cimg/python:3.11
723
- environment :
724
- TOXENV : py311-ethpm
725
- # Please don't use this key for any shenanigans
726
- WEB3_INFURA_PROJECT_ID : $WEB3_INFURA_PROJECT_ID
727
-
728
648
py311-integration-goethereum-ipc :
729
649
<< : *geth_steps
730
650
docker :
@@ -850,7 +770,6 @@ workflows:
850
770
- py38-lint
851
771
- py38-ens
852
772
- py38-ensip15
853
- - py38-ethpm
854
773
- py38-integration-goethereum-ipc
855
774
- py38-integration-goethereum-ipc_async
856
775
- py38-integration-goethereum-ipc_flaky
@@ -868,7 +787,6 @@ workflows:
868
787
- py39-lint
869
788
- py39-ens
870
789
- py39-ensip15
871
- - py39-ethpm
872
790
- py39-integration-goethereum-ipc
873
791
- py39-integration-goethereum-ipc_async
874
792
- py39-integration-goethereum-ipc_flaky
@@ -886,7 +804,6 @@ workflows:
886
804
- py310-lint
887
805
- py310-ens
888
806
- py310-ensip15
889
- - py310-ethpm
890
807
- py310-integration-goethereum-ipc
891
808
- py310-integration-goethereum-ipc_async
892
809
- py310-integration-goethereum-ipc_flaky
@@ -904,7 +821,6 @@ workflows:
904
821
- py311-lint
905
822
- py311-ens
906
823
- py311-ensip15
907
- - py311-ethpm
908
824
- py311-integration-goethereum-ipc
909
825
- py311-integration-goethereum-ipc_async
910
826
- py311-integration-goethereum-ipc_flaky
0 commit comments