From d0fa03f6dfe6cc3cc7e5dfa5ad7d109f83746bb0 Mon Sep 17 00:00:00 2001 From: Omer Anson Date: Sun, 6 Mar 2016 12:56:58 +0200 Subject: [PATCH] Add python-pytun to test-requirements. python-pytun was installed via tox_install.sh. It is better to install it via test-requirements.txt and the tox I/S rather than manually. Change-Id: I9c57334da120ec4291888e5a8a4369fe11f82853 --- test-requirements.txt | 1 + tools/tox_install.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index eff84c2be..2a5c8e180 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,6 +6,7 @@ hacking<0.11,>=0.10.0 coverage>=3.6 # Apache-2.0 +python-pytun>=2.2.1 # MIT python-subunit>=0.0.18 # Apache-2.0/BSD sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 diff --git a/tools/tox_install.sh b/tools/tox_install.sh index 3da57727b..ddff54da4 100755 --- a/tools/tox_install.sh +++ b/tools/tox_install.sh @@ -41,6 +41,5 @@ fi pip install -U $* pip install python-etcd -pip install python-pytun pip install scapy exit $?