
* test_pagination: use an empty string rather None as marker for bisect. On Python 3, a comparison between None and strings now raises a TypeError. * Remove test_pagination from blacklist-py3.txt to run it on Python 3 Partially implements: blueprint trove-python3 Change-Id: I0c9c7d064ef7df2b15b40029264c33c9e9c9393e
12 lines
346 B
Plaintext
12 lines
346 B
Plaintext
# Use a blacklist of tests known to fail on Python 3, until
|
|
# all unit tests will pass on Python 3.
|
|
backup.test_backup_models
|
|
cluster.test_galera_cluster
|
|
cluster.test_redis_cluster
|
|
guestagent.test_cassandra_manager
|
|
guestagent.test_dbaas
|
|
guestagent.test_mongodb_manager
|
|
guestagent.test_operating_system
|
|
guestagent.test_volume
|
|
mgmt.test_datastores
|