Skip to content

Commit

Permalink
Pin pytest-xdist to some stable version.
Browse files Browse the repository at this point in the history
  • Loading branch information
grr-export committed Dec 14, 2018
1 parent 487cb5a commit 0f8dccd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion appveyor/tests/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ install:
fi
- travis/install_protobuf.sh linux
- virtualenv "${GRR_VENV}"
- ${GRR_VENV}/bin/pip install pytest-xdist
# Install a version of pytest-xdist that is known to be stable.
# Version 1.25.0 fails with
# "PluginValidationError: Plugin 'xdist.looponfail' could not be loaded"
# when trying to run tests.
# TODO(ogaro): Stop hard-coding the version when the newest version starts
# working.
- ${GRR_VENV}/bin/pip install pytest-xdist==1.24.0
- travis/install.sh

# Appveyor will try to build any Visual Studio projects it finds
Expand Down

0 comments on commit 0f8dccd

Please sign in to comment.