Skip to content

Commit

Permalink
Pin pytest >=4 with pip in appveyor and python 3.5 (#2737)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin authored May 31, 2019
1 parent a8504d6 commit 7c3b4d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ Distributed

A library for distributed computation. See documentation_ for more details.


.. _documentation: https://distributed.readthedocs.io/en/latest
2 changes: 1 addition & 1 deletion continuous_integration/setup_conda_environment.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ call activate %CONDA_ENV%
%PIP_INSTALL% git+https://github.com/joblib/joblib.git --upgrade
%PIP_INSTALL% git+https://github.com/dask/zict --upgrade

%PIP_INSTALL% pytest-repeat pytest-timeout pytest-faulthandler sortedcollections pytest-asyncio
%PIP_INSTALL% "pytest>=4" pytest-repeat pytest-timeout pytest-faulthandler sortedcollections pytest-asyncio

@rem Display final environment (for reproducing)
%CONDA% list
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ conda install -q \
conda install -c defaults -c conda-forge libunwind
conda install --no-deps -c defaults -c numba -c conda-forge stacktrace

pip install -q pytest-repeat pytest-faulthandler pytest-asyncio
pip install -q "pytest>=4" pytest-repeat pytest-faulthandler pytest-asyncio

pip install -q git+https://github.com/dask/dask.git --upgrade --no-deps
pip install -q git+https://github.com/joblib/joblib.git --upgrade --no-deps
Expand Down

0 comments on commit 7c3b4d1

Please sign in to comment.