We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2fa61 commit 396ef1cCopy full SHA for 396ef1c
.github/scripts/build.sh
@@ -19,11 +19,7 @@ set -e
19
20
PYTHON_VERSION=${PYTHON_VERSION:-2.7}
21
22
-pip install --upgrade setuptools pip
23
-pip install --upgrade pylint pytest pytest-pylint pytest-runner
24
-pip install termcolor
25
-pip install hypothesis python-Levenshtein
26
-pip install mock
+pip install -U -r requirements.txt
27
python setup.py develop
28
python -m pytest # Run the tests without IPython.
29
pip install ipython
.github/scripts/requirements.txt
@@ -0,0 +1,10 @@
1
+setuptools <65.7.0
2
+pip <23.0
3
+pylint <2.15.10
4
+pytest <=7.2.1
5
+pytest-pylint <=1.1.2
6
+pytest-runner <6.0.0
7
+termcolor <2.2.0
8
+hypothesis <6.62.0
9
+python-Levenshtein <0.20.9
10
+mock <5.0.0
0 commit comments