commit | c661b5f96d4123aa139fe4514bf1e093b2444da5 | [log] [tgz] |
---|---|---|
author | Dennis Dmitriev <ddmitriev@mirantis.com> | Mon Jul 24 11:34:39 2017 +0300 |
committer | Dennis Dmitriev <dis.xcom@gmail.com> | Mon Jul 24 04:38:59 2017 -0400 |
tree | 71c6d001945138e5056816358474d50d6e332ab3 | |
parent | 5b0e5f3dbcbef9950c204d45dceaba53177013a7 [diff] |
Skip upgrading to setuptools 36.2.1 During uninstall 36.2.0, the following exception raised for setuptools: Change-Id: I77fbac0da45480fce85ee8e9db1fc097a9fa5db9 AttributeError: Distribution instance has no attribute 'install_requires' Reviewed-on: https://review.gerrithub.io/370856 Reviewed-by: Dennis Dmitriev <dis.xcom@gmail.com> Tested-by: Dennis Dmitriev <dis.xcom@gmail.com>
diff --git a/tcp_tests/requirements.txt b/tcp_tests/requirements.txt index a5e7619..7a4fbbf 100644 --- a/tcp_tests/requirements.txt +++ b/tcp_tests/requirements.txt
@@ -15,3 +15,4 @@ functools32 python-k8sclient==0.4.0 salt-pepper +setuptools!=36.2.1