Skip to content

Commit 50e2f47

Browse files
committed
CI: Move pytest-xdist installation
1 parent 12fe2b9 commit 50e2f47

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker/generate_dockerfiles.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function generate_main_dockerfile() {
9292
conda_install='python=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}
9393
icu=58.1 libxml2 libxslt matplotlib mkl numpy paramiko
9494
pandas psutil scikit-learn scipy traits=4.6.0' \
95-
pip_install="grabbit==0.1.2 https://github.com/INCF/pybids/tarball/0.6.5" \
95+
pip_install="pytest-xdist" \
9696
activate=true \
9797
--copy docker/files/run_builddocs.sh docker/files/run_examples.sh \
9898
docker/files/run_pytests.sh nipype/external/fsl_imglob.py /usr/bin/ \
@@ -108,8 +108,6 @@ function generate_main_dockerfile() {
108108
--miniconda use_env=neuro \
109109
pip_opts="-e" \
110110
pip_install="/src/nipype[all]" \
111-
--miniconda use_env=neuro \
112-
pip_install="pytest-xdist" \
113111
--workdir /work \
114112
--label org.label-schema.build-date='$BUILD_DATE' \
115113
org.label-schema.name="NIPYPE" \

0 commit comments

Comments
 (0)