Merge "Remove pyshark from test-requirements"

This commit is contained in:
Jenkins 2017-07-18 17:47:18 +00:00 committed by Gerrit Code Review
commit 184a29760e
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