Remove additional python 2.7 leftover. #1425
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Removes another couple of things involving python 2.7
Removing the py2.7 test code that bypassed tied to issue #1590 where we were skipping tests many pywbemcli_cimoperations.py tests on windows showed a potential problem in windows where pywbemcli may not be correctly making the decision to rebuild the cache when the cache md5 values do not match. See below.
E ---- Actual stdout:
E Mock environment for connection definition 'test_build_mockenv' has been loaded from cache.
E
E ---- Expected line (regexp):
E Mock environment .* will be rebuilt because the mock files have changed.
E ---- End
however this passes test in local windows tests. I disabled this one test and filed issue #1440 rather than block this whole change.