Skip to content

Commit

Permalink
pytest-flake8 is breaking CI, so remove it
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Mar 4, 2024
1 parent 088cf91 commit fea1c25
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions support/setup_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,4 @@ conda create --yes -q -n python${python_version} -c salilab python=${python_vers
eval "$(conda shell.bash hook)"
conda activate python${python_version}

if [ ${python_version} = "2.7" ]; then
# pytest-flake8 1.1.0 tries to import contextlib.redirect_stdout, which
# isn't present in Python 2
pip install pytest-cov coverage 'pytest-flake8<1.1'
else
pip install pytest-cov coverage pytest-flake8
fi
pip install pytest-cov coverage

0 comments on commit fea1c25

Please sign in to comment.