
Following commits does several things: * migrates CI of monasca-common to ostestr * enables PY35 compatybility Also: * marked one tests as excluded under PY35 because changing it would require affecting embedded kafka library which will be eventually removed in future Change-Id: I432a466e2620bc8d305ef2630307b636461c8e81
10 lines
397 B
Plaintext
10 lines
397 B
Plaintext
#################################################
|
|
# note(trebskit) Following tests fails under PY3
|
|
# reason for exclusion is written above test name
|
|
#################################################
|
|
|
|
# TypeError: catching classes that do not inherit from BaseException is not allowed
|
|
# not possible under PY3
|
|
monasca_common.tests.test_kafka.TestKafkaConsumer.test_kafka_consumer_process_messages
|
|
|