From e599c97e656fb7a420a5cbcab6bffad18a65b2ab Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Wed, 30 May 2018 17:46:53 +0100 Subject: [PATCH] Freeze cmd2 library on python2 The cmd2-0.9.0 is python3-only. Let's freeze the cmd2<0.9.0 as recommended in https://pypi.org/project/cmd2/ while allowing any newer version on python 3+. Change-Id: Iece9db840e606fc1d4366a0313dbe170385bc622 --- test-requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-requirements.txt b/test-requirements.txt index eb47a065..7df91f03 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,5 @@ +cmd2!=0.8.3,<0.9.0;python_version<'3.0' # MIT +cmd2!=0.8.3;python_version>='3.0' # MIT bandit>=1.1.0 # Apache-2.0 bashate>=0.2 coverage