forked from ethereum/web3.py
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove ethpm module, related tests, docs
- Loading branch information
Showing
61 changed files
with
8 additions
and
6,725 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,9 +20,6 @@ common: &common | |
- restore_cache: | ||
keys: | ||
- cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }} | ||
- run: | ||
name: checkout ethpm-spec submodule | ||
command: git submodule update --init --recursive | ||
- run: | ||
name: install dependencies | ||
command: | | ||
|
@@ -49,9 +46,6 @@ docs_steps: &docs_steps | |
- restore_cache: | ||
keys: | ||
- cache-docs-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }} | ||
- run: | ||
name: checkout ethpm-spec submodule | ||
command: git submodule update --init --recursive | ||
- run: | ||
name: install dependencies | ||
command: | | ||
|
@@ -159,43 +153,6 @@ geth_custom_steps: &geth_custom_steps | |
- ~/.ethash | ||
key: cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }} | ||
|
||
ethpm_steps: ðpm_steps | ||
working_directory: ~/repo | ||
resource_class: xlarge | ||
steps: | ||
- checkout | ||
- restore_cache: | ||
keys: | ||
- ethpm-cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }} | ||
- run: | ||
name: install ipfs | ||
command: | ||
wget https://dist.ipfs.io/go-ipfs/v0.7.0/go-ipfs_v0.7.0_linux-amd64.tar.gz && | ||
tar xvfz go-ipfs_v0.7.0_linux-amd64.tar.gz && | ||
sudo cp go-ipfs/ipfs /usr/local/bin && | ||
ipfs init | ||
- run: | ||
name: start ipfs node in background | ||
command: ipfs daemon | ||
background: true | ||
- run: | ||
name: checkout ethpm-spec submodule | ||
command: git submodule update --init --recursive | ||
- run: | ||
name: install dependencies | ||
command: | | ||
python -m pip install --upgrade pip | ||
python -m pip install tox | ||
- run: | ||
name: run tox | ||
command: python -m tox -r | ||
- save_cache: | ||
paths: | ||
- .tox | ||
- ~/.cache/pip | ||
- ~/.local | ||
key: ethpm-cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }} | ||
|
||
orbs: | ||
win: circleci/[email protected] | ||
|
||
|
@@ -209,9 +166,6 @@ windows_steps: &windows_steps | |
- restore_cache: | ||
keys: | ||
- windows-cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }} | ||
- run: | ||
name: checkout ethpm-spec submodule | ||
command: git submodule update --init --recursive | ||
- run: | ||
name: install dependencies | ||
command: | | ||
|
@@ -272,15 +226,6 @@ jobs: | |
environment: | ||
TOXENV: py38-ensip15 | ||
|
||
py38-ethpm: | ||
<<: *ethpm_steps | ||
docker: | ||
- image: cimg/python:3.8 | ||
environment: | ||
TOXENV: py38-ethpm | ||
# Please don't use this key for any shenanigans | ||
WEB3_INFURA_PROJECT_ID: $WEB3_INFURA_PROJECT_ID | ||
|
||
py38-integration-goethereum-ipc: | ||
<<: *geth_steps | ||
docker: | ||
|
@@ -419,14 +364,6 @@ jobs: | |
environment: | ||
TOXENV: py39-ensip15 | ||
|
||
py39-ethpm: | ||
<<: *ethpm_steps | ||
docker: | ||
- image: cimg/python:3.9 | ||
environment: | ||
TOXENV: py39-ethpm | ||
WEB3_INFURA_PROJECT_ID: $WEB3_INFURA_PROJECT_ID | ||
|
||
py39-integration-goethereum-ipc: | ||
<<: *geth_steps | ||
docker: | ||
|
@@ -565,14 +502,6 @@ jobs: | |
environment: | ||
TOXENV: py310-ensip15 | ||
|
||
py310-ethpm: | ||
<<: *ethpm_steps | ||
docker: | ||
- image: cimg/python:3.10 | ||
environment: | ||
TOXENV: py310-ethpm | ||
WEB3_INFURA_PROJECT_ID: $WEB3_INFURA_PROJECT_ID | ||
|
||
py310-integration-goethereum-ipc: | ||
<<: *geth_steps | ||
docker: | ||
|
@@ -716,15 +645,6 @@ jobs: | |
environment: | ||
TOXENV: py311-ensip15 | ||
|
||
py311-ethpm: | ||
<<: *ethpm_steps | ||
docker: | ||
- image: cimg/python:3.11 | ||
environment: | ||
TOXENV: py311-ethpm | ||
# Please don't use this key for any shenanigans | ||
WEB3_INFURA_PROJECT_ID: $WEB3_INFURA_PROJECT_ID | ||
|
||
py311-integration-goethereum-ipc: | ||
<<: *geth_steps | ||
docker: | ||
|
@@ -850,7 +770,6 @@ workflows: | |
- py38-lint | ||
- py38-ens | ||
- py38-ensip15 | ||
- py38-ethpm | ||
- py38-integration-goethereum-ipc | ||
- py38-integration-goethereum-ipc_async | ||
- py38-integration-goethereum-ipc_flaky | ||
|
@@ -868,7 +787,6 @@ workflows: | |
- py39-lint | ||
- py39-ens | ||
- py39-ensip15 | ||
- py39-ethpm | ||
- py39-integration-goethereum-ipc | ||
- py39-integration-goethereum-ipc_async | ||
- py39-integration-goethereum-ipc_flaky | ||
|
@@ -886,7 +804,6 @@ workflows: | |
- py310-lint | ||
- py310-ens | ||
- py310-ensip15 | ||
- py310-ethpm | ||
- py310-integration-goethereum-ipc | ||
- py310-integration-goethereum-ipc_async | ||
- py310-integration-goethereum-ipc_flaky | ||
|
@@ -904,7 +821,6 @@ workflows: | |
- py311-lint | ||
- py311-ens | ||
- py311-ensip15 | ||
- py311-ethpm | ||
- py311-integration-goethereum-ipc | ||
- py311-integration-goethereum-ipc_async | ||
- py311-integration-goethereum-ipc_flaky | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.