Skip to content

Commit

Permalink
TESTS: Try to fix CI
Browse files Browse the repository at this point in the history
pytest-sugar currently doesn't support pytest 5.4, see
Teemu/pytest-sugar#187
  • Loading branch information
hoechenberger committed Mar 18, 2020
1 parent 8083443 commit c86279a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -72,7 +72,7 @@ install:
- |
if [ "${DEPS}" == "minimal" ]; then
pip install $MINIMAL_DEPENDENCIES
pip install pytest pytest-cov check-manifest pydocstyle flake8 # for testing
pip install pytest<5.4.0 pytest-cov check-manifest pydocstyle flake8 # for testing
else
conda env create -f $CONDA_ENV --name=testenv
source activate testenv
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Expand Up @@ -16,7 +16,7 @@ dependencies:
- pybv
- nilearn
- flake8
- pytest
- pytest<5.4
- pytest-cov
- pytest-sugar
- pytest-faulthandler
Expand Down

0 comments on commit c86279a

Please sign in to comment.