Skip to content

Commit

Permalink
Move python dependencies to docker images
Browse files Browse the repository at this point in the history
Co-authored-by: Tim-Tscheppe <timothy.tscheppe@marquette.edu>
  • Loading branch information
r0qs and Tim-Tscheppe committed Apr 26, 2024
1 parent 351a910 commit 28a4cf9
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .circleci/config.yml
Expand Up @@ -331,9 +331,6 @@ commands:
- checkout
- attach_workspace:
at: build
- run:
name: Install dependencies
command: pip install --user deepdiff colorama
- run:
name: Executing solc LSP test suite
command: test/lsp.py build/solc/solc --non-interactive
Expand Down Expand Up @@ -928,16 +925,6 @@ jobs:
<<: *base_cimg_small
steps:
- checkout
- install_python3:
packages: >
pylint
z3-solver
pygments-lexer-solidity
parsec
tabulate
deepdiff
colorama
requests
- run: pylint --version
- run:
name: Linting Python Scripts
Expand Down Expand Up @@ -993,10 +980,6 @@ jobs:
<<: *base_ubuntu2204_small
steps:
- checkout
- run:
# TODO: Add these to the base image
name: Install gas_diff_stats.py dependencies
command: python3 -m pip install --user parsec tabulate
- run:
name: Python unit tests
command: python3 test/pyscriptTests.py
Expand Down Expand Up @@ -1508,14 +1491,6 @@ jobs:
if command -v npm &> /dev/null; then
sudo npm install -g pnpm
fi
- install_python3:
packages: requests
- run:
name: Install lsof
command: |
# lsof is used by Colony in its stop-blockchain-client.sh script
sudo apt update
sudo apt-get --quiet --assume-yes --no-install-recommends install lsof
- when:
condition: << parameters.python2 >>
steps:
Expand Down

0 comments on commit 28a4cf9

Please sign in to comment.