@@ -57,44 +57,6 @@ docs_steps: &docs_steps
57
57
- ~/.py-geth
58
58
key : cache-docs-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
59
59
60
- # parity_steps: &parity_steps
61
- # working_directory: ~/repo
62
- # steps:
63
- # - checkout
64
- # - restore_cache:
65
- # keys:
66
- # - cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
67
- # - run:
68
- # name: install dependencies
69
- # command: pip install --user tox
70
- # - run:
71
- # name: install parity if needed
72
- # command: |
73
- # pip install --user requests eth_utils tqdm eth-hash[pycryptodome]
74
- # echo "Job specifies Parity version $PARITY_VERSION"
75
- # python tests/integration/parity/install_parity.py $PARITY_VERSION
76
- # - run:
77
- # name: update parity deps from testing repo if needed
78
- # command: |
79
- # [ "`cat /etc/*release | grep jessie`" != "" ] && echo "On Jessie - installing missing deps..." || echo "Not on Jessie - doing nothing."
80
- # [ "`cat /etc/*release | grep jessie`" != "" ] || exit 0
81
- # echo "deb http://ftp.debian.org/debian testing main" > testing.list && sudo mv testing.list /etc/apt/sources.list.d/
82
- # sudo apt update
83
- # sudo apt-get -t testing install libstdc++6
84
- # - run:
85
- # name: run tox
86
- # command: ~/.local/bin/tox -r
87
- # - save_cache:
88
- # paths:
89
- # - .tox
90
- # - ~/.cache/pip
91
- # - ~/.local
92
- # - ./eggs
93
- # - ~/.ethash
94
- # - ~/.py-geth
95
- # - ~/.parity-bin
96
- # key: cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
97
-
98
60
geth_steps : &geth_steps
99
61
working_directory : ~/repo
100
62
steps :
@@ -305,33 +267,6 @@ jobs:
305
267
TOXENV : py36-integration-goethereum-ws
306
268
GETH_VERSION : v1.10.8
307
269
308
- # py36-integration-parity-ipc:
309
- # <<: *parity_steps
310
- # docker:
311
- # - image: circleci/python:3.6-stretch
312
- # environment:
313
- # TOXENV: py36-integration-parity-ipc
314
- # PARITY_VERSION: v2.3.5
315
- # PARITY_OS: linux
316
-
317
- # py36-integration-parity-http:
318
- # <<: *parity_steps
319
- # docker:
320
- # - image: circleci/python:3.6-stretch
321
- # environment:
322
- # TOXENV: py36-integration-parity-http
323
- # PARITY_VERSION: v2.3.5
324
- # PARITY_OS: linux
325
-
326
- # py36-integration-parity-ws:
327
- # <<: *parity_steps
328
- # docker:
329
- # - image: circleci/python:3.6-stretch
330
- # environment:
331
- # TOXENV: py36-integration-parity-ws
332
- # PARITY_VERSION: v2.3.5
333
- # PARITY_OS: linux
334
-
335
270
py36-integration-ethtester-pyevm :
336
271
<< : *common
337
272
docker :
@@ -397,33 +332,6 @@ jobs:
397
332
TOXENV : py37-integration-goethereum-ws
398
333
GETH_VERSION : v1.10.8
399
334
400
- # py37-integration-parity-ipc:
401
- # <<: *parity_steps
402
- # docker:
403
- # - image: circleci/python:3.7-stretch
404
- # environment:
405
- # TOXENV: py37-integration-parity-ipc
406
- # PARITY_VERSION: v2.3.5
407
- # PARITY_OS: linux
408
-
409
- # py37-integration-parity-http:
410
- # <<: *parity_steps
411
- # docker:
412
- # - image: circleci/python:3.7-stretch
413
- # environment:
414
- # TOXENV: py37-integration-parity-http
415
- # PARITY_VERSION: v2.3.5
416
- # PARITY_OS: linux
417
-
418
- # py37-integration-parity-ws:
419
- # <<: *parity_steps
420
- # docker:
421
- # - image: circleci/python:3.7-stretch
422
- # environment:
423
- # TOXENV: py37-integration-parity-ws
424
- # PARITY_VERSION: v2.3.5
425
- # PARITY_OS: linux
426
-
427
335
py37-integration-ethtester-pyevm :
428
336
<< : *common
429
337
docker :
@@ -494,33 +402,6 @@ jobs:
494
402
TOXENV : py38-integration-goethereum-ws
495
403
GETH_VERSION : v1.10.8
496
404
497
- # py38-integration-parity-ipc:
498
- # <<: *parity_steps
499
- # docker:
500
- # - image: circleci/python:3.8
501
- # environment:
502
- # TOXENV: py38-integration-parity-ipc
503
- # PARITY_VERSION: v2.3.5
504
- # PARITY_OS: linux
505
-
506
- # py38-integration-parity-http:
507
- # <<: *parity_steps
508
- # docker:
509
- # - image: circleci/python:3.8
510
- # environment:
511
- # TOXENV: py38-integration-parity-http
512
- # PARITY_VERSION: v2.3.5
513
- # PARITY_OS: linux
514
-
515
- # py38-integration-parity-ws:
516
- # <<: *parity_steps
517
- # docker:
518
- # - image: circleci/python:3.8
519
- # environment:
520
- # TOXENV: py38-integration-parity-ws
521
- # PARITY_VERSION: v2.3.5
522
- # PARITY_OS: linux
523
-
524
405
py38-integration-ethtester-pyevm :
525
406
<< : *common
526
407
docker :
@@ -586,33 +467,6 @@ jobs:
586
467
TOXENV : py39-integration-goethereum-ws
587
468
GETH_VERSION : v1.10.8
588
469
589
- # py39-integration-parity-ipc:
590
- # <<: *parity_steps
591
- # docker:
592
- # - image: circleci/python:3.9
593
- # environment:
594
- # TOXENV: py39-integration-parity-ipc
595
- # PARITY_VERSION: v2.3.5
596
- # PARITY_OS: linux
597
-
598
- # py39-integration-parity-http:
599
- # <<: *parity_steps
600
- # docker:
601
- # - image: circleci/python:3.9
602
- # environment:
603
- # TOXENV: py39-integration-parity-http
604
- # PARITY_VERSION: v2.3.5
605
- # PARITY_OS: linux
606
-
607
- # py39-integration-parity-ws:
608
- # <<: *parity_steps
609
- # docker:
610
- # - image: circleci/python:3.9
611
- # environment:
612
- # TOXENV: py39-integration-parity-ws
613
- # PARITY_VERSION: v2.3.5
614
- # PARITY_OS: linux
615
-
616
470
py39-integration-ethtester-pyevm :
617
471
<< : *common
618
472
docker :
@@ -718,19 +572,13 @@ workflows:
718
572
- py36-integration-goethereum-ipc
719
573
- py36-integration-goethereum-http
720
574
- py36-integration-goethereum-ws
721
- # - py36-integration-parity-ipc
722
- # - py36-integration-parity-http
723
- # - py36-integration-parity-ws
724
575
- py36-integration-ethtester-pyevm
725
576
- py36-wheel-cli
726
577
- py37-ens
727
578
- py37-ethpm
728
579
- py37-integration-goethereum-ipc
729
580
- py37-integration-goethereum-http
730
581
- py37-integration-goethereum-ws
731
- # - py37-integration-parity-ipc
732
- # - py37-integration-parity-http
733
- # - py37-integration-parity-ws
734
582
- py37-integration-ethtester-pyevm
735
583
- py37-wheel-cli
736
584
- py37-wheel-cli-windows
@@ -739,19 +587,13 @@ workflows:
739
587
- py38-integration-goethereum-ipc
740
588
- py38-integration-goethereum-http
741
589
- py38-integration-goethereum-ws
742
- # - py38-integration-parity-ipc
743
- # - py38-integration-parity-http
744
- # - py38-integration-parity-ws
745
590
- py38-integration-ethtester-pyevm
746
591
- py38-wheel-cli
747
592
- py39-ens
748
593
- py39-ethpm
749
594
- py39-integration-goethereum-ipc
750
595
- py39-integration-goethereum-http
751
596
- py39-integration-goethereum-ws
752
- # - py39-integration-parity-ipc
753
- # - py39-integration-parity-http
754
- # - py39-integration-parity-ws
755
597
- py39-integration-ethtester-pyevm
756
598
- py39-wheel-cli
757
599
- py310-integration-ethtester-pyevm
@@ -761,9 +603,5 @@ workflows:
761
603
- py310-integration-goethereum-ipc
762
604
- py310-integration-goethereum-http
763
605
- py310-integration-goethereum-ws
764
- # - py310-integration-parity-ipc
765
- # - py310-integration-parity-http
766
- # - py310-integration-parity-ws
767
606
- py310-integration-ethtester-pyevm
768
607
- py310-wheel-cli
769
-
0 commit comments