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

[Docker] install pytest-xdist for parallel testing

parent a465a031
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,7 @@ RUN git clone --branch $FINN_CI_BRANCH https://github.com/Xilinx/finn /workspace
RUN pip install -r /workspace/finn/requirements.txt
RUN apt update; apt install nano
RUN pip install pytest-dependency
RUN pip install pytest-xdist
ENV PYTHONPATH "${PYTHONPATH}:/workspace/finn/src"
ENV PYTHONPATH "${PYTHONPATH}:/workspace/pyverilator"
......
......@@ -55,6 +55,7 @@ RUN pip install matplotlib
RUN pip install pytest-dependency
RUN pip install sphinx
RUN pip install sphinx_rtd_theme
RUN pip install pytest-xdist
# 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