lol

Merge pull request #231076 from SuperSandro2000/aiohttp-xdist

python310Packages.aiohttp: remove pytest-xdist again and add a commen…

authored by

Martin Weinelt and committed by
GitHub
2c13be0d bb7edf8b

+1 -2
+1 -2
pkgs/development/python-modules/aiohttp/default.nix
··· 25 25 , freezegun 26 26 , gunicorn 27 27 , pytest-mock 28 - , pytest-xdist 29 28 , pytestCheckHook 30 29 , re-assert 31 30 , trustme ··· 81 80 idna-ssl 82 81 ]; 83 82 83 + # NOTE: pytest-xdist cannot be added because it is flaky. See https://github.com/NixOS/nixpkgs/issues/230597 for more info. 84 84 nativeCheckInputs = [ 85 85 async_generator 86 86 freezegun 87 87 gunicorn 88 88 pytest-mock 89 - pytest-xdist 90 89 pytestCheckHook 91 90 re-assert 92 91 ] ++ lib.optionals (!(stdenv.isDarwin && stdenv.isAarch64)) [