monasca-notification/monasca_notification/plugins
Tomasz Trębski c9f0a8e63c Enable Py35 tests to run
Python3.5 tests were not running because Python3 has not
Queue module (instead have queue module). Commit
does not fix failing tests but gives an insight in what
exactly is failing and allows to fix them in future.

Also applied sixer utility to fix common Py2-Py3 compatybility
issues.

Additionally:
* removed unconstrained mysql and psycopg drivers from tox.ini.
  Instead added them to test-requirements to be picked up
  by requirements bot. That also allowed to remove 3 tox
  environments.
* added removing .testrepository/times.dbm (may cause py3 environment
  to fail if present)

Change-Id: I9bcc33dad80fdfbf60d95c4bb0ce7f79f642a414
2017-04-07 19:15:10 +00:00
..
__init__.py Add HipChat and Slack Notification types 2016-07-29 07:59:32 -07:00
abstract_notifier.py Add HipChat and Slack Notification types 2016-07-29 07:59:32 -07:00
email_notifier.py Clean imports in code 2016-10-06 15:27:06 +07:00
hipchat_notifier.py Enable Py35 tests to run 2017-04-07 19:15:10 +00:00
jira_notifier.py Enable Py35 tests to run 2017-04-07 19:15:10 +00:00
jiraformat.yml Add Jira Plugin 2016-09-23 11:06:56 -07:00
pagerduty_notifier.py Clean imports in code 2016-10-06 15:27:06 +07:00
slack_notifier.py Enable Py35 tests to run 2017-04-07 19:15:10 +00:00
webhook_notifier.py Clean imports in code 2016-10-06 15:27:06 +07:00