Skip to content
Snippets Groups Projects
Commit b04acc4f authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Docker] install pytest-parallel

parent 79fec897
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@ RUN pip install -r /workspace/finn/requirements.txt
RUN apt update; apt install nano
RUN pip install pytest-dependency
RUN pip install pytest-xdist
RUN pip install pytest-parallel
ENV PYTHONPATH "${PYTHONPATH}:/workspace/finn/src"
ENV PYTHONPATH "${PYTHONPATH}:/workspace/pyverilator"
......
......@@ -56,6 +56,7 @@ RUN pip install pytest-dependency
RUN pip install sphinx
RUN pip install sphinx_rtd_theme
RUN pip install pytest-xdist
RUN pip install pytest-parallel
# switch user
RUN groupadd -g $GID $GNAME
......
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