update test dep and docker installs

This commit is contained in:
Blair Vanderlugt 2021-05-20 08:51:57 -07:00
parent c2dd30628d
commit 221be7f803
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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