plexwebsocket bump 0.0.7 to fix ignored tests (#33398)

* Bump plexwebsocket to 0.0.7

* Remove unnecessary test ignores
This commit is contained in:
jjlawren 2020-03-29 11:14:42 -05:00 committed by GitHub
parent 21098bc3e5
commit ffafcf27a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 17 deletions

View file

@ -101,20 +101,6 @@ IGNORE_UNCAUGHT_EXCEPTIONS = [
("tests.components.mqtt.test_state_vacuum", "test_unique_id"),
("tests.components.mqtt.test_switch", "test_unique_id"),
("tests.components.mqtt.test_switch", "test_entity_device_info_remove"),
("tests.components.plex.test_config_flow", "test_import_success"),
("tests.components.plex.test_config_flow", "test_single_available_server"),
("tests.components.plex.test_config_flow", "test_multiple_servers_with_selection"),
("tests.components.plex.test_config_flow", "test_adding_last_unconfigured_server"),
("tests.components.plex.test_config_flow", "test_option_flow"),
("tests.components.plex.test_config_flow", "test_option_flow_new_users_available"),
("tests.components.plex.test_init", "test_setup_with_config"),
("tests.components.plex.test_init", "test_setup_with_config_entry"),
("tests.components.plex.test_init", "test_set_config_entry_unique_id"),
("tests.components.plex.test_init", "test_setup_with_insecure_config_entry"),
("tests.components.plex.test_init", "test_setup_with_photo_session"),
("tests.components.plex.test_server", "test_new_users_available"),
("tests.components.plex.test_server", "test_new_ignored_users_available"),
("tests.components.plex.test_server", "test_mark_sessions_idle"),
("tests.components.qwikswitch.test_init", "test_binary_sensor_device"),
("tests.components.qwikswitch.test_init", "test_sensor_device"),
("tests.components.rflink.test_init", "test_send_command_invalid_arguments"),