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:
parent
a084232cf5
commit
4b8bc90d16
15 changed files with 41 additions and 5 deletions
|
@ -16,6 +16,7 @@ COMMENT_REQUIREMENTS = (
|
|||
'python-lirc',
|
||||
'gattlib',
|
||||
'pyuserinput',
|
||||
'evdev',
|
||||
)
|
||||
|
||||
IGNORE_PACKAGES = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue