Skip to content
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
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