Skip to content

Commit e88cb4b

Browse files
committed
Remove the HipChat integration plugin
1 parent 912b5d0 commit e88cb4b

File tree

3 files changed

+0
-136
lines changed

3 files changed

+0
-136
lines changed

seleniumbase/config/settings.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,3 @@
133133
EMAIL_PASSWORD = "[TEST ACCOUNT GMAIL PASSWORD]"
134134
EMAIL_IMAP_STRING = "imap.gmail.com"
135135
EMAIL_IMAP_PORT = 993
136-
137-
# HipChat Reporting Credentials
138-
# (For HipChat notifications if your team uses HipChat)
139-
# (room_id and owner_to_mention get entered during nosetest options)
140-
HIPCHAT_AUTH_TOKEN = "[ENTER YOUR HIPCHAT AUTH TOKEN HERE]"

seleniumbase/plugins/hipchat_reporting_plugin.py

Lines changed: 0 additions & 129 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@
6161
('db_reporting = '
6262
'seleniumbase.plugins.db_reporting_plugin:DBReporting'),
6363
's3_logging = seleniumbase.plugins.s3_logging_plugin:S3Logging',
64-
('hipchat_reporting = seleniumbase.plugins'
65-
'.hipchat_reporting_plugin:HipchatReporting'),
6664
],
6765
'pytest11': ['seleniumbase = seleniumbase.plugins.pytest_plugin']
6866
}

0 commit comments

Comments
 (0)