4b6285f702
Use an empty string rather None as marker for bisect. On Python 3, a comparison between None and strings now raises a TypeError. Partially implements: blueprint trove-python3 Change-Id: Iaefc20bd1cc980732e0c8a075e570958335c17e1
5 lines
156 B
Plaintext
5 lines
156 B
Plaintext
# Use a blacklist of tests known to fail on Python 3, until
|
|
# all unit tests will pass on Python 3.
|
|
guestagent.test_operating_system
|
|
guestagent.test_volume
|