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

Commit

Permalink
Pin psutil<2 to avoid psutil dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Aug 17, 2020
1 parent 7650b60 commit 0710367
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion home/jobs/OMERO-test-integration/config.xml
Expand Up @@ -21,7 +21,9 @@ source $WORKSPACE/.venv3/bin/activate
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
pip install -U pip future setuptools
pip install markdown
pip install mox3 pytest pytest-django pytest-xdist
# Avoid installing psutil for now
# https://github.com/pytest-dev/pytest-xdist/issues/585
pip install mox3 pytest pytest-django &apos;pytest-xdist&lt;2&apos;
pip install tables
pip install jinja2
pip install PyYAML
Expand Down

0 comments on commit 0710367

Please sign in to comment.