Skip to content

Commit

Permalink
Merge pull request #453 from pllim/pin-pytest-lt-6
Browse files Browse the repository at this point in the history
Pin pytest<6
  • Loading branch information
bsipocz authored Jul 29, 2020
2 parents bc25531 + c117408 commit e135ca1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pip_pinnings.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@

pytest<6
6 changes: 6 additions & 0 deletions travis/setup_dependencies_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,12 @@ fi

# CORE DEPENDENCIES

# Temporary version limitation, remove once
# https://github.com/astropy/pytest-doctestplus/issues/118 is fixed and released
if [[ -z $PYTEST_VERSION ]]; then
PYTEST_VERSION="<6"
fi

if [[ ! -z $PYTEST_VERSION && $PYTEST_VERSION != dev* ]]; then
echo "pytest ${PYTEST_VERSION}.*" >> $PIN_FILE
fi
Expand Down

0 comments on commit e135ca1

Please sign in to comment.