mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +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:
@@ -16,6 +16,7 @@ COMMENT_REQUIREMENTS = (
|
||||
'python-lirc',
|
||||
'gattlib',
|
||||
'pyuserinput',
|
||||
'evdev',
|
||||
)
|
||||
|
||||
IGNORE_PACKAGES = (
|
||||
|
||||
Reference in New Issue
Block a user