Skip to content
Snippets Groups Projects
Commit 0128c187 authored by jgoldste's avatar jgoldste
Browse files

SSA-6324: trying to cope w/ new version of pycapo

parent 853abdcd
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ README = Path('README.md').read_text()
requires = [
'pika==1.1.0',
'pycapo==0.2.1post1',
'pycapo==0.3.0',
'bs4==0.0.1',
'beautifulsoup4==4.9.1',
'lxml==4.3.2',
......
......@@ -15,8 +15,9 @@ FROM continuumio/miniconda3:latest
COPY environment.yml .
ENV PATH $HOME/miniconda3/bin/conda:$PATH
ENV PATH $HOME/miniconda3/condabin/conda:$PATH
RUN cat environment.yml | grep pycapo
# docker_build.sh should have copied environment.yml from data/;
# it will be used in the command below
RUN conda env update
......@@ -34,7 +35,6 @@ RUN ["conda", "run", "-n", "data", "python", "setup.py", "develop"]
# we'll need a Capo profile
ENV CAPO_PROFILE local
ENV CAPO_PATH test/
# ENV PATH $PATH:..
# finally, run the tests. be verbose. log stuff.
# (for more detailed output, use "-vv" and/or "--log-level=DEBUG";
......
pycapo==0.2.0
pycapo==0.3.0
fabric==2.4.0
pyYAML==3.13
requests==2.18.4
......@@ -17,7 +17,7 @@ dependencies:
- pendulum=2.1
- pid=2.2
- psycopg2=2.8
- pycapo=0.2.1.post1
- pycapo=0.3.0
- pyopenssl=19.1.0
- pyramid=1.10
- pyramid_debugtoolbar=4.5
......
pika==1.1.0
pycapo==0.2.1post1
pycapo==0.3.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment