···2121 # relax version constraints: aiobotocore works with newer botocore versions2222 # the pinning used to match some `extras_require` we're not using.2323 postPatch = ''2424- substituteInPlace setup.py --replace 'botocore>=1.20.49,<1.20.50' 'botocore'2424+ substituteInPlace setup.py --replace 'botocore>=1.20.106,<1.20.107' 'botocore'2525 '';26262727 propagatedBuildInputs = [ wrapt aiohttp aioitertools botocore ];
+1-1
pkgs/servers/home-assistant/default.nix
···743743744744 pytestFlagsArray = [745745 # parallelize test run746746- "--numprocesses auto"746746+ "--numprocesses $NIX_BUILD_CORES"747747 # assign tests grouped by file to workers748748 "--dist loadfile"749749 # retry racy tests that end in "RuntimeError: Event loop is closed"