Remove pyshark from test-requirements

This causes an exception on the updates of the global requirements

Change-Id: I6a5300bc0cb36aae547f0dc5e3d4cbc217b9efd4
This commit is contained in:
Gary Kotton 2017-07-18 05:41:49 -07:00
parent 7da588e17d
commit 5f4f514d0b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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