From 221be7f8030b4c5f12798bcc5a3b9d51a1412023 Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Thu, 20 May 2021 08:51:57 -0700 Subject: [PATCH] update test dep and docker installs --- apps/cic-eth/docker/Dockerfile | 6 +++++- apps/cic-eth/test_requirements.txt | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/cic-eth/docker/Dockerfile b/apps/cic-eth/docker/Dockerfile index 45902995..ab35cdeb 100644 --- a/apps/cic-eth/docker/Dockerfile +++ b/apps/cic-eth/docker/Dockerfile @@ -29,8 +29,9 @@ RUN /usr/local/bin/python -m pip install --upgrade pip # python merge_requirements.py | tee merged_requirements.txt #RUN cd cic-base && \ # pip install $pip_extra_index_url_flag -r ./merged_requirements.txt -RUN pip install $pip_extra_index_url_flag cic-base[full_graph]==0.1.2b9 +# RUN pip install $pip_extra_index_url_flag cic-base[full_graph]==0.1.2b9 +RUN pip install semver COPY cic-eth/scripts/ scripts/ COPY cic-eth/setup.cfg cic-eth/setup.py ./ COPY cic-eth/cic_eth/ cic_eth/ @@ -41,7 +42,10 @@ RUN pip install $pip_extra_index_url_flag . COPY cic-eth/docker/* ./ RUN chmod 755 *.sh +# --- TESTING --- COPY cic-eth/tests/ tests/ +COPY cic-eth/config/test /usr/src/cic-eth/config/test/ + # # ini files in config directory defines the configurable parameters for the application # # they can all be overridden by environment variables diff --git a/apps/cic-eth/test_requirements.txt b/apps/cic-eth/test_requirements.txt index 6b61f67c..c6546ad3 100644 --- a/apps/cic-eth/test_requirements.txt +++ b/apps/cic-eth/test_requirements.txt @@ -4,4 +4,3 @@ pytest-mock==3.3.1 pytest-cov==2.10.1 eth-tester==0.5.0b3 py-evm==0.3.0a20 -giftable-erc20-token==0.0.8a9