Skip to content

Commit

Permalink
enh: add pytest-xdist and make sure etelemetry is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban authored Oct 11, 2021
1 parent 5b5c27e commit 8c1c4c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ RUN /opt/conda/bin/conda install -c conda-forge -c anaconda \
pytest=6.2 \
pytest-cov=3.0 \
pytest-env=0.6 \
pytest-xdist \
pyyaml=5.4 \
requests=2.26 \
scikit-image=0.18 \
Expand All @@ -184,7 +185,7 @@ RUN /opt/conda/bin/python -c "from matplotlib import font_manager" && \
sed -i 's/\(backend *: \).*$/\1Agg/g' $( /opt/conda/bin/python -c "import matplotlib; print(matplotlib.matplotlib_fname())" )

# Install packages that are not distributed with conda
RUN /opt/conda/bin/python -m pip install --no-cache-dir \
RUN /opt/conda/bin/python -m pip install --no-cache-dir -U \
etelemetry \
nitransforms \
templateflow \
Expand Down

0 comments on commit 8c1c4c1

Please sign in to comment.