Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undo pytest<6 pin #455

Merged
merged 1 commit into from
Aug 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion pip_pinnings.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
pytest<6
6 changes: 0 additions & 6 deletions travis/setup_dependencies_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,6 @@ 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