mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
Limit worker pool to 10 threads (#3560)
* Limit worker pool to 10 threads * Comment evdev in requirements * Allow skipping RFXtrx tests locally * Fix worker pool size tests * lol whut
This commit is contained in:
@@ -17,6 +17,7 @@ class TestInfluxDB(unittest.TestCase):
|
||||
def setUp(self):
|
||||
"""Setup things to be run when tests are started."""
|
||||
self.hass = mock.MagicMock()
|
||||
self.hass.pool.worker_count = 2
|
||||
self.handler_method = None
|
||||
|
||||
def test_setup_config_full(self, mock_client):
|
||||
|
||||
Reference in New Issue
Block a user