From 0f8d279ceb0d15ebe21f0393189352f564638549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 10 May 2023 15:22:33 +0200 Subject: [PATCH] python310Packages.aiohttp: remove pytest-xdist again and add a comment to not add it again This reverts commit d65445f5b241e87cd7fed8925eb8adb90735e286. --- pkgs/development/python-modules/aiohttp/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiohttp/default.nix b/pkgs/development/python-modules/aiohttp/default.nix index 114077681c91..75449c9f625c 100644 --- a/pkgs/development/python-modules/aiohttp/default.nix +++ b/pkgs/development/python-modules/aiohttp/default.nix @@ -25,7 +25,6 @@ , freezegun , gunicorn , pytest-mock -, pytest-xdist , pytestCheckHook , re-assert , trustme @@ -81,12 +80,12 @@ buildPythonPackage rec { idna-ssl ]; + # NOTE: pytest-xdist cannot be added because it is flaky. See https://github.com/NixOS/nixpkgs/issues/230597 for more info. nativeCheckInputs = [ async_generator freezegun gunicorn pytest-mock - pytest-xdist pytestCheckHook re-assert ] ++ lib.optionals (!(stdenv.isDarwin && stdenv.isAarch64)) [