From 7038a9993f73d51f4850e2c3bef300e64c794f6e Mon Sep 17 00:00:00 2001 From: Bruno Goncalves Date: Sep 25 2019 14:20:00 +0000 Subject: freeze python modules for python-syntax.sh --- diff --git a/tests/python-syntax.sh b/tests/python-syntax.sh index dd6694d..f6db497 100755 --- a/tests/python-syntax.sh +++ b/tests/python-syntax.sh @@ -50,7 +50,7 @@ fi virtualenv ${virt_env_dir} source ${virt_env_dir}/bin/activate -pip3 install inspektor +pip3 install -r tests/requirements.txt if [[ $? -ne 0 ]]; then deactivate echo "FAIL: Could not install inspektor" diff --git a/tests/requirements.txt b/tests/requirements.txt new file mode 100644 index 0000000..5b82cda --- /dev/null +++ b/tests/requirements.txt @@ -0,0 +1,19 @@ +astroid==2.2.5 +cliff==2.16.0 +cmd2==0.8.9 +inspektor==0.5.2 +isort==4.3.21 +lazy-object-proxy==1.4.2 +mccabe==0.6.1 +pbr==5.4.3 +prettytable==0.7.2 +pycodestyle==2.5.0 +pylint==2.3.1 +pyparsing==2.4.2 +pyperclip==1.7.0 +PyYAML==5.1.2 +six==1.12.0 +stevedore==1.31.0 +typed-ast==1.4.0 +wcwidth==0.1.7 +wrapt==1.11.2