Skip to content

Commit

Permalink
freeze CI requirements (google#431)
Browse files Browse the repository at this point in the history
* freeze CI requirements, including pylint
  • Loading branch information
Borda authored Feb 1, 2023
1 parent 2d2fa61 commit 396ef1c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ set -e

PYTHON_VERSION=${PYTHON_VERSION:-2.7}

pip install --upgrade setuptools pip
pip install --upgrade pylint pytest pytest-pylint pytest-runner
pip install termcolor
pip install hypothesis python-Levenshtein
pip install mock
pip install -U -r requirements.txt
python setup.py develop
python -m pytest # Run the tests without IPython.
pip install ipython
Expand Down
10 changes: 10 additions & 0 deletions .github/scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
setuptools <65.7.0
pip <23.0
pylint <2.15.10
pytest <=7.2.1
pytest-pylint <=1.1.2
pytest-runner <6.0.0
termcolor <2.2.0
hypothesis <6.62.0
python-Levenshtein <0.20.9
mock <5.0.0

0 comments on commit 396ef1c

Please sign in to comment.