Skip to content
This repository was archived by the owner on Apr 21, 2021. It is now read-only.

Commit 0710367

Browse files
committed
Pin psutil<2 to avoid psutil dependency
See pytest-dev/pytest-xdist#585
1 parent 7650b60 commit 0710367

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

home/jobs/OMERO-test-integration/config.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ source $WORKSPACE/.venv3/bin/activate
2121
pip install https://github.com/ome/zeroc-ice-py-centos7/releases/download/0.2.1/zeroc_ice-3.6.5-cp36-cp36m-linux_x86_64.whl
2222
pip install -U pip future setuptools
2323
pip install markdown
24-
pip install mox3 pytest pytest-django pytest-xdist
24+
# Avoid installing psutil for now
25+
# https://github.com/pytest-dev/pytest-xdist/issues/585
26+
pip install mox3 pytest pytest-django &apos;pytest-xdist&lt;2&apos;
2527
pip install tables
2628
pip install jinja2
2729
pip install PyYAML

0 commit comments

Comments
 (0)