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:
parent
21098bc3e5
commit
ffafcf27a8
4 changed files with 3 additions and 17 deletions
|
@ -3,7 +3,7 @@
|
|||
"name": "Plex Media Server",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/plex",
|
||||
"requirements": ["plexapi==3.3.0", "plexauth==0.0.5", "plexwebsocket==0.0.6"],
|
||||
"requirements": ["plexapi==3.3.0", "plexauth==0.0.5", "plexwebsocket==0.0.7"],
|
||||
"dependencies": ["http"],
|
||||
"codeowners": ["@jjlawren"]
|
||||
}
|
||||
|
|
|
@ -1042,7 +1042,7 @@ plexapi==3.3.0
|
|||
plexauth==0.0.5
|
||||
|
||||
# homeassistant.components.plex
|
||||
plexwebsocket==0.0.6
|
||||
plexwebsocket==0.0.7
|
||||
|
||||
# homeassistant.components.plum_lightpad
|
||||
plumlightpad==0.0.11
|
||||
|
|
|
@ -402,7 +402,7 @@ plexapi==3.3.0
|
|||
plexauth==0.0.5
|
||||
|
||||
# homeassistant.components.plex
|
||||
plexwebsocket==0.0.6
|
||||
plexwebsocket==0.0.7
|
||||
|
||||
# homeassistant.components.mhz19
|
||||
# homeassistant.components.serial_pm
|
||||
|
|
|
@ -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"),
|
||||
|
|
Loading…
Add table
Reference in a new issue