From 5f4f514d0b2956d240552f592717e83b1811ce27 Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Tue, 18 Jul 2017 05:41:49 -0700 Subject: [PATCH] Remove pyshark from test-requirements This causes an exception on the updates of the global requirements Change-Id: I6a5300bc0cb36aae547f0dc5e3d4cbc217b9efd4 --- test-requirements.txt | 1 - tools/misc-sanity-checks.sh | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index db3f258f38..b35bbe7ed2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -27,4 +27,3 @@ tempest>=14.0.0 # Apache-2.0 pylint==1.4.5 # GPLv2 python-openstackclient>=3.3.0 # Apache-2.0 requests-mock>=1.1 # Apache-2.0 -pyshark>=0.3.7.2 # pyshark diff --git a/tools/misc-sanity-checks.sh b/tools/misc-sanity-checks.sh index ecf35e8686..56dbb2db03 100755 --- a/tools/misc-sanity-checks.sh +++ b/tools/misc-sanity-checks.sh @@ -74,7 +74,8 @@ check_no_duplicate_api_test_idempotent_ids() { check_no_symlinks_allowed check_pot_files_errors #check_identical_policy_files -check_no_duplicate_api_test_idempotent_ids +# Remove the comment below when we figure out how to consume pyshark +#check_no_duplicate_api_test_idempotent_ids # Fail, if there are emitted failures if [ -f $FAILURES ]; then